Changeset 15103 in vbox
- Timestamp:
- Dec 8, 2008 11:18:10 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 40494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialog.cpp
r15102 r15103 223 223 mIconLabel->setWarningPixmap (mErrorIcon); 224 224 mIconLabel->setWarningText (mErrorHint); 225 mIconLabel->setToolTip (""); 225 226 mIconLabel->setVisible (!mValid); 226 227 mButtonBox->button (QDialogButtonBox::Ok)->setEnabled (mValid); … … 255 256 mIconLabel->setWarningPixmap (mWarnIcon); 256 257 mIconLabel->setWarningText (mWarnHint); 258 mIconLabel->setToolTip (""); 257 259 mIconLabel->setVisible (!mSilent); 258 260 }
Note:
See TracChangeset
for help on using the changeset viewer.