Changeset 33703 in vbox for trunk/src/VBox
- Timestamp:
- Nov 2, 2010 5:55:45 PM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
r33702 r33703 2339 2339 return messageOkCancel(mainWindowShown(), Warning, 2340 2340 tr("<p>The virtual machine(s) <b>%1</b> are currently in a saved state.</p>" 2341 "<p>If you "2342 " continue the runtime state of the exported machine(s) will be"2343 " discarded. Note that the existing machine(s) are not "2344 "changed.</p>", "",machineNames.size()).arg(VBoxGlobal::toHumanReadableList(machineNames)),2341 "<p>If you continue the runtime state of the exported machine(s) " 2342 "will be discarded. Note that the existing machine(s) are not " 2343 "changed.</p>", "", 2344 machineNames.size()).arg(VBoxGlobal::toHumanReadableList(machineNames)), 2345 2345 0 /* aAutoConfirmId */, 2346 2346 tr("Continue"), tr("Cancel")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp
r33702 r33703 163 163 bool UIExportApplianceWzdPage1::validatePage() 164 164 { 165 /* Ask user about disk-less machine*/165 /* Ask user machines which are in save state currently. */ 166 166 QStringList savedMachines; 167 167 QList<QListWidgetItem*> pItems = m_pVMSelector->selectedItems();
Note:
See TracChangeset
for help on using the changeset viewer.