Changeset 36127 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 1, 2011 9:08:09 PM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp
r34983 r36127 146 146 void UIMachineWindow::retranslateUi() 147 147 { 148 #ifdef VBOX_OSE149 m_strWindowTitlePrefix = UIMachineLogic::tr("VirtualBox OSE");150 #else151 148 m_strWindowTitlePrefix = VBOX_PRODUCT; 152 #endif153 149 #ifdef VBOX_BLEEDING_EDGE 154 150 m_strWindowTitlePrefix += UIMachineLogic::tr(" EXPERIMENTAL build %1r%2 - %3") -
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp
r35634 r36127 1182 1182 void VBoxSelectorWnd::retranslateUi() 1183 1183 { 1184 #ifdef VBOX_OSE1185 QString title(tr("VirtualBox OSE"));1186 #else1187 1184 QString title(VBOX_PRODUCT); 1188 #endif1189 1185 title += " " + tr("Manager", "Note: main window title which is pretended by the product name."); 1190 1186
Note:
See TracChangeset
for help on using the changeset viewer.