VirtualBox

Ignore:
Timestamp:
Jul 2, 2007 3:38:36 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Added status tips for the snapshot tollbar's actions; temporarily changed "Revert to and discard current snapshot" back to "Discard Current Snapshot and State".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui

    r3351 r3355  
    112112                <string>Ctrl+Shift+D</string>
    113113            </property>
     114            <property name="statusTip">
     115                <string>Discard the selected snapshot of the virtual machine</string>
     116            </property>
    114117        </action>
    115118    </actiongroup>
     
    135138            </property>
    136139            <property name="accel">
    137                 <string>Ctrl+Alt+S</string>
     140                <string>Ctrl+Shift+S</string>
     141            </property>
     142            <property name="statusTip">
     143                <string>Take a snapshot of the current virtual machine state</string>
    138144            </property>
    139145        </action>
     
    146152            </property>
    147153            <property name="menuText">
    148                 <string>R&amp;evert to Current Snapshot</string>
     154                <string>&amp;Revert to Current Snapshot</string>
    149155            </property>
    150156            <property name="accel">
    151                 <string>Ctrl+Alt+R</string>
     157                <string>Ctrl+Shift+R</string>
     158            </property>
     159            <property name="statusTip">
     160                <string>Restore the virtual machine state from the state stored in the current snapshot</string>
    152161            </property>
    153162        </action>
    154163        <action>
    155164            <property name="name">
    156                 <cstring>revertToAndDiscardCurSnapAction</cstring>
     165                <cstring>discardCurSnapAndStateAction</cstring>
    157166            </property>
    158167            <property name="text">
    159                 <string>Revert to and Discard Current Snapshot</string>
     168                <string>Discard Current Snapshot and State</string>
    160169            </property>
    161170            <property name="menuText">
    162                 <string>R&amp;evert to and Discard Current Snapshot</string>
     171                <string>D&amp;iscard Current Snapshot and State</string>
    163172            </property>
    164173            <property name="accel">
    165                 <string>Ctrl+Alt+Shift+R</string>
     174                <string>Ctrl+Shift+B</string>
     175            </property>
     176            <property name="statusTip">
     177                <string>Discard the current snapshot and revert the machine to the state it had before the snapshot was taken</string>
    166178            </property>
    167179        </action>
     
    180192            <string>Space</string>
    181193        </property>
     194        <property name="statusTip">
     195            <string>Show details of the selected snapshot</string>
     196        </property>
    182197    </action>
    183198</actions>
     
    214229    </connection>
    215230    <connection>
    216         <sender>revertToAndDiscardCurSnapAction</sender>
     231        <sender>discardCurSnapAndStateAction</sender>
    217232        <signal>activated()</signal>
    218233        <receiver>VBoxSnapshotsWgt</receiver>
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