Changeset 24733 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Nov 17, 2009 7:01:52 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r24591 r24733 1362 1362 /* Make the Discard checkbox invisible if there are no snapshots */ 1363 1363 dlg.mCbDiscardCurState->setVisible (machine.GetSnapshotCount() > 0); 1364 if (!machine.GetCurrentSnapshot().isNull()) 1365 dlg.mCbDiscardCurState->setText (dlg.mCbDiscardCurState->text().arg (machine.GetCurrentSnapshot().GetName())); 1364 1366 1365 1367 if (mMachineState != KMachineState_Stuck) -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui
r24534 r24733 208 208 </property> 209 209 <property name="text" > 210 <string>&Restore the current snapshot</string>210 <string>&Restore current snapshot '%1'</string> 211 211 </property> 212 212 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.