VirtualBox

Changeset 48583 in vbox


Ignore:
Timestamp:
Sep 20, 2013 12:57:03 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Machine settings / Display page / Video-capture tab: Use whats-this property instead of tool-tip one for *screens* control.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp

    r48534 r48583  
    141141    /* Translate check-box: */
    142142    m_pCheckBox->setText(QApplication::translate("UIMachineSettingsDisplay", "Screen %1").arg(m_iScreenIndex + 1));
    143     m_pCheckBox->setToolTip(QApplication::translate("UIMachineSettingsDisplay", "Enable video recording for screen %1.").arg(m_iScreenIndex + 1));
     143    m_pCheckBox->setWhatsThis(QApplication::translate("UIMachineSettingsDisplay", "Enable video recording for screen %1.").arg(m_iScreenIndex + 1));
    144144}
    145145
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