Changeset 17577 in vbox
- Timestamp:
- Mar 9, 2009 2:17:19 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44030
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImpl.cpp
r17576 r17577 1343 1343 * the OS type */ 1344 1344 Utf8Str nameVBox = vsysThis.strName; 1345 if (nameVBox == "")1345 if (nameVBox.isEmpty()) 1346 1346 nameVBox = strOsTypeVBox; 1347 1347 searchUniqueVMName(nameVBox);
Note:
See TracChangeset
for help on using the changeset viewer.