VirtualBox

Ignore:
Timestamp:
Mar 1, 2011 9:08:09 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: removed two VirtualBox OSE strings

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  
    146146void UIMachineWindow::retranslateUi()
    147147{
    148 #ifdef VBOX_OSE
    149     m_strWindowTitlePrefix = UIMachineLogic::tr("VirtualBox OSE");
    150 #else
    151148    m_strWindowTitlePrefix = VBOX_PRODUCT;
    152 #endif
    153149#ifdef VBOX_BLEEDING_EDGE
    154150    m_strWindowTitlePrefix += UIMachineLogic::tr(" EXPERIMENTAL build %1r%2 - %3")
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp

    r35634 r36127  
    11821182void VBoxSelectorWnd::retranslateUi()
    11831183{
    1184 #ifdef VBOX_OSE
    1185     QString title(tr("VirtualBox OSE"));
    1186 #else
    11871184    QString title(VBOX_PRODUCT);
    1188 #endif
    11891185    title += " " + tr("Manager", "Note: main window title which is pretended by the product name.");
    11901186
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette