VirtualBox

Changeset 104639 in vbox


Ignore:
Timestamp:
May 15, 2024 12:14:27 PM (7 months ago)
Author:
vboxsync
Message:

FE/Qt. bugref:10669 Adding setText next to setTooltip since some screenreader are plain stupid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.cpp

    r104631 r104639  
    398398        setTitle(tr("Hard Disk File Location and Size"));
    399399    if (m_pLocationOpenButton)
     400    {
    400401        m_pLocationOpenButton->setToolTip(tr("Specify a location for new virtual hard disk file..."));
     402        /* Some screen readers do no read tooltips: */
     403        m_pLocationOpenButton->setText(tr("Specify a location for new virtual hard disk file..."));
     404    }
    401405
    402406    if (!m_fExpertMode && m_pLocationLabel)
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