Changeset 3355 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui
- Timestamp:
- Jul 2, 2007 3:38:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui
r3351 r3355 112 112 <string>Ctrl+Shift+D</string> 113 113 </property> 114 <property name="statusTip"> 115 <string>Discard the selected snapshot of the virtual machine</string> 116 </property> 114 117 </action> 115 118 </actiongroup> … … 135 138 </property> 136 139 <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> 138 144 </property> 139 145 </action> … … 146 152 </property> 147 153 <property name="menuText"> 148 <string> R&evert to Current Snapshot</string>154 <string>&Revert to Current Snapshot</string> 149 155 </property> 150 156 <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> 152 161 </property> 153 162 </action> 154 163 <action> 155 164 <property name="name"> 156 <cstring> revertToAndDiscardCurSnapAction</cstring>165 <cstring>discardCurSnapAndStateAction</cstring> 157 166 </property> 158 167 <property name="text"> 159 <string> Revert to and Discard Current Snapshot</string>168 <string>Discard Current Snapshot and State</string> 160 169 </property> 161 170 <property name="menuText"> 162 <string> R&evert to and Discard Current Snapshot</string>171 <string>D&iscard Current Snapshot and State</string> 163 172 </property> 164 173 <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> 166 178 </property> 167 179 </action> … … 180 192 <string>Space</string> 181 193 </property> 194 <property name="statusTip"> 195 <string>Show details of the selected snapshot</string> 196 </property> 182 197 </action> 183 198 </actions> … … 214 229 </connection> 215 230 <connection> 216 <sender> revertToAndDiscardCurSnapAction</sender>231 <sender>discardCurSnapAndStateAction</sender> 217 232 <signal>activated()</signal> 218 233 <receiver>VBoxSnapshotsWgt</receiver>
Note:
See TracChangeset
for help on using the changeset viewer.