VirtualBox

Ignore:
Timestamp:
Jun 18, 2007 3:05:33 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22049
Message:

FE/Qt: Slightly improved r22048.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h

    r3143 r3144  
    391391        QString type = rbDynamicType->isOn() ? rbDynamicType->text()
    392392                                             : rbFixedType->text();
    393         type.remove (QRegExp( "\\(&\\w\\)" ));
    394         type.remove ('&');
     393        type = VBoxGlobal::removeAccelMark (type);
    395394
    396395        Q_UINT64 sizeB = imageSize() * _1M;
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