Changeset 3143 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h
- Timestamp:
- Jun 18, 2007 2:47:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h
r2981 r3143 391 391 QString type = rbDynamicType->isOn() ? rbDynamicType->text() 392 392 : rbFixedType->text(); 393 type.remove (QRegExp( "\\(&\\w\\)" )); 393 394 type.remove ('&'); 394 395
Note:
See TracChangeset
for help on using the changeset viewer.