Changeset 35140 in vbox
- Timestamp:
- Dec 15, 2010 3:38:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
r35094 r35140 2058 2058 } 2059 2059 2060 bool VBoxProblemReporter::confirmExportMachinesInSaveState(const QStringList &machineNames, QWidget * /* aParent= NULL */) const2061 { 2062 return messageOkCancel( mainWindowShown(), Warning,2060 bool VBoxProblemReporter::confirmExportMachinesInSaveState(const QStringList &machineNames, QWidget *pParent /* = NULL */) const 2061 { 2062 return messageOkCancel(pParent ? pParent : mainWindowShown(), Warning, 2063 2063 tr("<p>The virtual machine(s) <b>%1</b> are currently in a saved state.</p>" 2064 2064 "<p>If you continue the runtime state of the exported machine(s) "
Note:
See TracChangeset
for help on using the changeset viewer.