Changeset 11779 in vbox
- Timestamp:
- Aug 28, 2008 6:32:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp
r11666 r11779 1201 1201 vmNewAction->setShortcut (tr ("Ctrl+N")); 1202 1202 vmNewAction->setStatusTip (tr ("Create a new virtual machine")); 1203 vmNewAction->setToolTip (vmNewAction->text().remove ('&').remove ('.') + 1204 QString (" (%1)").arg (vmNewAction->shortcut().toString())); 1203 1205 1204 1206 vmConfigAction->setText (tr ("&Settings...")); 1205 1207 vmConfigAction->setShortcut (tr ("Ctrl+S")); 1206 1208 vmConfigAction->setStatusTip (tr ("Configure the selected virtual machine")); 1209 vmConfigAction->setToolTip (vmConfigAction->text().remove ('&').remove ('.') + 1210 QString (" (%1)").arg (vmConfigAction->shortcut().toString())); 1207 1211 1208 1212 vmDeleteAction->setText (tr ("&Delete"));
Note:
See TracChangeset
for help on using the changeset viewer.