Changeset 72597 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 18, 2018 1:11:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.cpp
r72594 r72597 263 263 QString strDefaultMachineFolder = vboxGlobal().virtualBox().GetSystemProperties().GetDefaultMachineFolder(); 264 264 /* Add the group name to the default machine path: */ 265 //if (!m_strGroupName.isEmpty() && m_strGroupName != "/")266 //strDefaultMachineFolder += m_strGroupName;265 if (!m_strGroupName.isEmpty() && m_strGroupName != "/") 266 strDefaultMachineFolder += m_strGroupName; 267 267 268 268 m_pPathSelector->setPath(strDefaultMachineFolder);
Note:
See TracChangeset
for help on using the changeset viewer.