Changeset 3326 in vbox
- Timestamp:
- Jun 28, 2007 4:57:01 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui
r2988 r3326 140 140 <action> 141 141 <property name="name"> 142 <cstring> discardCurStateAction</cstring>142 <cstring>revertToCurSnapAction</cstring> 143 143 </property> 144 144 <property name="text"> 145 <string> Discard Current State</string>145 <string>Revert to Current Snapshot</string> 146 146 </property> 147 147 <property name="menuText"> 148 <string> D&iscard Current State</string>148 <string>F&evert to Current Snapshot</string> 149 149 </property> 150 150 <property name="accel"> 151 <string>Ctrl+Alt+ D</string>151 <string>Ctrl+Alt+R</string> 152 152 </property> 153 153 </action> 154 154 <action> 155 155 <property name="name"> 156 <cstring> discardCurSnapAndStateAction</cstring>156 <cstring>revertToAndDiscardCurSnapAction</cstring> 157 157 </property> 158 158 <property name="text"> 159 <string> Discard Current Snapshot and State</string>159 <string>Revert to and Discard Current Snapshot</string> 160 160 </property> 161 161 <property name="menuText"> 162 <string> D&iscard Current Snapshot and State</string>162 <string>R&evert to and Discard Current Snapshot</string> 163 163 </property> 164 164 <property name="accel"> 165 <string>Ctrl+Alt+Shift+ D</string>165 <string>Ctrl+Alt+Shift+R</string> 166 166 </property> 167 167 </action> … … 208 208 </connection> 209 209 <connection> 210 <sender> discardCurStateAction</sender>210 <sender>revertToCurSnapAction</sender> 211 211 <signal>activated()</signal> 212 212 <receiver>VBoxSnapshotsWgt</receiver> … … 214 214 </connection> 215 215 <connection> 216 <sender> discardCurSnapAndStateAction</sender>216 <sender>revertToAndDiscardCurSnapAction</sender> 217 217 <signal>activated()</signal> 218 218 <receiver>VBoxSnapshotsWgt</receiver> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h
r2981 r3326 319 319 "take_snapshot_22px.png", "take_snapshot_16px.png", 320 320 "take_snapshot_dis_22px.png", "take_snapshot_dis_16px.png")); 321 discardCurStateAction->setIconSet (VBoxGlobal::iconSetEx (321 revertToCurSnapAction->setIconSet (VBoxGlobal::iconSetEx ( 322 322 "discard_cur_state_22px.png", "discard_cur_state_16px.png", 323 323 "discard_cur_state_dis_22px.png", "discard_cur_state_dis_16px.png")); 324 discardCurSnapAndStateAction->setIconSet (VBoxGlobal::iconSetEx (324 revertToAndDiscardCurSnapAction->setIconSet (VBoxGlobal::iconSetEx ( 325 325 "discard_cur_state_snapshot_22px.png", "discard_cur_state_snapshot_16px.png", 326 326 "discard_cur_state_snapshot_dis_22px.png", "discard_cur_state_snapshot_dis_16px.png"));
Note:
See TracChangeset
for help on using the changeset viewer.