mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 21:17:28 +00:00
fixed the logic of a dialog so that it actually does what it says
This commit is contained in:
parent
e8569dc6d7
commit
04414772c0
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user