VirtualBox

Changeset 27104 in vbox


Ignore:
Timestamp:
Mar 5, 2010 3:31:40 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: new core: let the screen number start at one

File:
1 edited

Legend:

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

    r27044 r27104  
    402402        strMachineName += m_strWindowTitlePrefix;
    403403        if (machine.GetMonitorCount() > 1)
    404             strMachineName += QString(" : %1").arg(m_uScreenId);
     404            strMachineName += QString(" : %1").arg(m_uScreenId + 1);
    405405        machineWindow()->setWindowTitle(strMachineName);
    406406
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