Changeset 44312 in vbox
- Timestamp:
- Jan 18, 2013 1:36:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r44308 r44312 406 406 407 407 /* Create and execute corresponding VM settings dialog: */ 408 UISettingsDialogMachine dialog(this, strId, strCategory, strControl); 408 UISettingsDialogMachine dialog(this, 409 strId.isEmpty() ? currentItem()->id() : strId, 410 strCategory, strControl); 409 411 dialog.execute(); 410 412
Note:
See TracChangeset
for help on using the changeset viewer.