Changeset 2346 in vbox
- Timestamp:
- Apr 26, 2007 1:17:25 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20736
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r2319 r2346 1021 1021 fileDiskMgrAction->setStatusTip (tr ("Display the Virtual Disk Manager dialog")); 1022 1022 1023 #ifdef Q_WS_MAC 1024 /* 1025 * Macification: Getting the right menu as application Preference menu item. 1026 * 1027 * QMenuBar::isCommand() in qmenubar_mac.cpp doesn't recognize "Setting"(s) 1028 * unless it's in the first position. So, we use the Mac term here to make 1029 * sure we get picked instead of the VM settings. 1030 * 1031 * Now, since both QMenuBar and we translate these strings, it's going to 1032 * be really interesting to see how this plays on non-english systems... 1033 */ 1034 fileSettingsAction->setMenuText (tr ("Preference...")); 1035 #else 1023 1036 fileSettingsAction->setMenuText (tr ("&Global Settings...")); 1037 #endif 1024 1038 fileSettingsAction->setAccel (tr ("Ctrl+G")); 1025 1039 fileSettingsAction->setStatusTip (tr ("Display the global settings dialog"));
Note:
See TracChangeset
for help on using the changeset viewer.