Changeset 14393 in vbox
- Timestamp:
- Nov 20, 2008 10:34:42 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialog.cpp
r14339 r14393 169 169 { 170 170 mWarnString = aWarning.isEmpty() ? QString::null : 171 QString ("<font color= green>%1</font>").arg (aWarning);171 QString ("<font color=#ff6c00>%1</font>").arg (aWarning); 172 172 173 173 /* Not touching QILabel until dialog is polished otherwise
Note:
See TracChangeset
for help on using the changeset viewer.