fixed the logic of a dialog so that it actually does what it says

This commit is contained in:
Gunter Labes 2009-06-14 22:03:21 +00:00
parent e8569dc6d7
commit 04414772c0

View File

@ -79,7 +79,7 @@ replay_controller::~replay_controller(){
}
bool replay_controller::continue_replay() {
return !gui::dialog(*gui_,"",_("The file you have tried to load is corrupt."
return gui::dialog(*gui_,"",_("The file you have tried to load is corrupt."
" Continue playing?"),gui::OK_CANCEL).show();
}