Changeset 28761 in vbox
- Timestamp:
- Apr 26, 2010 3:49:31 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60643
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.cpp ¶
r26714 r28761 193 193 "You can also press <b>%3</b> if you want to cancel the execution " 194 194 "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("< ")))) 197 197 #ifdef Q_WS_MAC 198 198 .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.