Changeset 18229 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 24, 2009 10:28:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r17737 r18229 1341 1341 1342 1342 mVmDeleteAction->setText (tr ("&Delete")); 1343 mVmDeleteAction->setShortcut (QKeySequence ("Ctrl+R")); 1343 1344 mVmDeleteAction->setStatusTip (tr ("Delete the selected virtual machine")); 1344 1345 … … 1353 1354 tr ("Suspend the execution of the virtual machine")); 1354 1355 1355 mVmRefreshAction->setText (tr ("&Refresh")); 1356 mVmRefreshAction->setShortcut (QKeySequence ("Ctrl+R")); 1356 mVmRefreshAction->setText (tr ("Re&fresh")); 1357 1357 mVmRefreshAction->setStatusTip ( 1358 1358 tr ("Refresh the accessibility state of the selected virtual machine"));
Note:
See TracChangeset
for help on using the changeset viewer.