Changeset 77278 in vbox
- Timestamp:
- Feb 12, 2019 2:46:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128793
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r77277 r77278 2845 2845 strDefaultFolder = defaultFolderPathForType(UIMediumDeviceType_HardDisk); 2846 2846 2847 /* In case we dont have a 'guest os type id' default back to 'Other': */ 2847 2848 const CGuestOSType comGuestOSType = virtualBox().GetGuestOSType(!strMachineGuestOSTypeId.isEmpty() ? strMachineGuestOSTypeId : "Other"); 2848 2849 QString strDiskName = findUniqueFileName(strDefaultFolder,
Note:
See TracChangeset
for help on using the changeset viewer.