VirtualBox

Changeset 29818 in vbox for trunk


Ignore:
Timestamp:
May 26, 2010 1:59:05 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: don't show the product name on Mac OS X

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp

    r29725 r29818  
    430430        QString strMachineName = machine.GetName() + strSnapshotName;
    431431        if (state != KMachineState_Null)
    432             strMachineName += " [" + vboxGlobal().toString(state) + "] - ";
    433         strMachineName += m_strWindowTitlePrefix;
     432            strMachineName += " [" + vboxGlobal().toString(state) + "]";
     433        /* Unusual on the Mac. */
     434#ifndef Q_WS_MAC
     435        strMachineName += " - " + m_strWindowTitlePrefix;
     436#endif /* Q_WS_MAC */
    434437        if (machine.GetMonitorCount() > 1)
    435438            strMachineName += QString(" : %1").arg(m_uScreenId + 1);
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