VirtualBox

Changeset 28761 in vbox


Ignore:
Timestamp:
Apr 26, 2010 3:49:31 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60643
Message:

FE/Qt: New wizards: take into account some platforms (win) have their "Next" and "Back" buttons called "Next >" and "< Back".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.cpp

    r26714 r28761  
    193193              "You can also press <b>%3</b> if you want to cancel the execution "
    194194              "of this wizard.</p>")
    195         .arg(VBoxGlobal::replaceHtmlEntities(VBoxGlobal::removeAccelMark(wizard()->buttonText(QWizard::NextButton))))
    196         .arg(VBoxGlobal::replaceHtmlEntities(VBoxGlobal::removeAccelMark(wizard()->buttonText(QWizard::BackButton))))
     195        .arg(VBoxGlobal::replaceHtmlEntities(VBoxGlobal::removeAccelMark(wizard()->buttonText(QWizard::NextButton).remove(" >"))))
     196        .arg(VBoxGlobal::replaceHtmlEntities(VBoxGlobal::removeAccelMark(wizard()->buttonText(QWizard::BackButton).remove("< "))))
    197197#ifdef Q_WS_MAC
    198198        .arg(QKeySequence("ESC").toString()); /* There is no button shown on Mac OS X, so just say the key sequence. */
Note: See TracChangeset for help on using the changeset viewer.

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