- Timestamp:
- Dec 14, 2012 10:43:16 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
r44131 r44132 492 492 CHECK_ERROR(pProperties, COMGETTER(DefaultAdditionsISO)(bstrIso.asOutParam())); 493 493 strIso = Utf8Str(bstrIso); 494 if (strIso.isEmpty()) 495 throw Utf8Str("Cannot find the Guest Additions ISO image\n"); 494 496 pszMedium = strIso.c_str(); 495 497 if (devTypeRequested == DeviceType_Null)
Note:
See TracChangeset
for help on using the changeset viewer.