Changeset 4775 in vbox for trunk/src/VBox
- Timestamp:
- Sep 13, 2007 2:58:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r4582 r4775 2763 2763 } 2764 2764 number = QString ("%1%2%3").arg (intg).arg (decimalSep()) 2765 .arg (QString::number (hund). leftJustify (2, '0'));2765 .arg (QString::number (hund).rightJustify (2, '0')); 2766 2766 } 2767 2767 else
Note:
See TracChangeset
for help on using the changeset viewer.