VirtualBox

Changeset 3326 in vbox


Ignore:
Timestamp:
Jun 28, 2007 4:57:01 PM (18 years ago)
Author:
vboxsync
Message:

Changed snapshot terminology slightly in the VirtualBox GUI

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

Legend:

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

    r2988 r3326  
    140140        <action>
    141141            <property name="name">
    142                 <cstring>discardCurStateAction</cstring>
     142                <cstring>revertToCurSnapAction</cstring>
    143143            </property>
    144144            <property name="text">
    145                 <string>Discard Current State</string>
     145                <string>Revert to Current Snapshot</string>
    146146            </property>
    147147            <property name="menuText">
    148                 <string>D&amp;iscard Current State</string>
     148                <string>F&amp;evert to Current Snapshot</string>
    149149            </property>
    150150            <property name="accel">
    151                 <string>Ctrl+Alt+D</string>
     151                <string>Ctrl+Alt+R</string>
    152152            </property>
    153153        </action>
    154154        <action>
    155155            <property name="name">
    156                 <cstring>discardCurSnapAndStateAction</cstring>
     156                <cstring>revertToAndDiscardCurSnapAction</cstring>
    157157            </property>
    158158            <property name="text">
    159                 <string>Discard Current Snapshot and State</string>
     159                <string>Revert to and Discard Current Snapshot</string>
    160160            </property>
    161161            <property name="menuText">
    162                 <string>D&amp;iscard Current Snapshot and State</string>
     162                <string>R&amp;evert to and Discard Current Snapshot</string>
    163163            </property>
    164164            <property name="accel">
    165                 <string>Ctrl+Alt+Shift+D</string>
     165                <string>Ctrl+Alt+Shift+R</string>
    166166            </property>
    167167        </action>
     
    208208    </connection>
    209209    <connection>
    210         <sender>discardCurStateAction</sender>
     210        <sender>revertToCurSnapAction</sender>
    211211        <signal>activated()</signal>
    212212        <receiver>VBoxSnapshotsWgt</receiver>
     
    214214    </connection>
    215215    <connection>
    216         <sender>discardCurSnapAndStateAction</sender>
     216        <sender>revertToAndDiscardCurSnapAction</sender>
    217217        <signal>activated()</signal>
    218218        <receiver>VBoxSnapshotsWgt</receiver>
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h

    r2981 r3326  
    319319        "take_snapshot_22px.png", "take_snapshot_16px.png",
    320320        "take_snapshot_dis_22px.png", "take_snapshot_dis_16px.png"));
    321     discardCurStateAction->setIconSet (VBoxGlobal::iconSetEx (
     321    revertToCurSnapAction->setIconSet (VBoxGlobal::iconSetEx (
    322322        "discard_cur_state_22px.png", "discard_cur_state_16px.png",
    323323        "discard_cur_state_dis_22px.png", "discard_cur_state_dis_16px.png"));
    324     discardCurSnapAndStateAction->setIconSet (VBoxGlobal::iconSetEx (
     324    revertToAndDiscardCurSnapAction->setIconSet (VBoxGlobal::iconSetEx (
    325325        "discard_cur_state_snapshot_22px.png", "discard_cur_state_snapshot_16px.png",
    326326        "discard_cur_state_snapshot_dis_22px.png", "discard_cur_state_snapshot_dis_16px.png"));
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