VirtualBox

Ignore:
Timestamp:
Nov 17, 2009 7:01:52 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: VM Close Dialog: current snapshot 'name' included into check-box text.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r24591 r24733  
    13621362                /* Make the Discard checkbox invisible if there are no snapshots */
    13631363                dlg.mCbDiscardCurState->setVisible (machine.GetSnapshotCount() > 0);
     1364                if (!machine.GetCurrentSnapshot().isNull())
     1365                    dlg.mCbDiscardCurState->setText (dlg.mCbDiscardCurState->text().arg (machine.GetCurrentSnapshot().GetName()));
    13641366
    13651367                if (mMachineState != KMachineState_Stuck)
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui

    r24534 r24733  
    208208           </property>
    209209           <property name="text" >
    210             <string>&amp;Restore the current snapshot</string>
     210            <string>&amp;Restore current snapshot '%1'</string>
    211211           </property>
    212212          </widget>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette