diff --git a/src/qt/msgdlg.cpp b/src/qt/msgdlg.cpp index 52130deee4..f0ffa42427 100644 --- a/src/qt/msgdlg.cpp +++ b/src/qt/msgdlg.cpp @@ -78,7 +78,7 @@ wxMessageDialog::wxMessageDialog( wxWindow *parent, const wxString& message, dlg->setIcon( QMessageBox::Warning ); } - if ( style & wxICON_ERROR || style & wxICON_HAND ) + if ( style & wxICON_ERROR ) { numIcons++; dlg->setIcon( QMessageBox::Critical );