(svn r16414) -Change: Make it harder to ignore/close important error messages. Esp. do not close them automatically after some time.

This commit is contained in:
frosch
2009-05-24 12:50:58 +00:00
parent 0db7c2929e
commit 6e06e82bc4
5 changed files with 25 additions and 12 deletions

View File

@@ -1031,7 +1031,7 @@ void SwitchToMode(SwitchMode new_mode)
}
if (_switch_mode_errorstr != INVALID_STRING_ID) {
ShowErrorMessage(INVALID_STRING_ID, _switch_mode_errorstr, 0, 0);
ShowErrorMessage(INVALID_STRING_ID, _switch_mode_errorstr, 0, 0, true);
}
}