Changeset 29484 in vbox
- Timestamp:
- May 14, 2010 4:08:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.cpp
r29405 r29484 397 397 QSpinBox *e = new QSpinBox (aParent); 398 398 e->setRange (VBoxApplianceEditorWgt::minGuestRAM(), VBoxApplianceEditorWgt::maxGuestRAM()); 399 e->setSuffix (" " + VBoxApplianceEditorWgt::tr ("MB", "size suffix MBytes=1024 KBytes"));399 e->setSuffix (" " + VBoxApplianceEditorWgt::tr ("MB", "size suffix MBytes=1024 KBytes")); 400 400 editor = e; 401 401 break;
Note:
See TracChangeset
for help on using the changeset viewer.