added button to close out statistics screen (bug #8775)
This commit is contained in:
parent
445f652de5
commit
4777e689a3
1 changed files with 1 additions and 1 deletions
|
@ -2084,7 +2084,7 @@ void turn_info::show_statistics()
|
|||
items.push_back(str.str());
|
||||
}
|
||||
|
||||
const int res = gui::show_dialog(gui_,NULL,_("Statistics"),"",gui::MESSAGE,&items);
|
||||
const int res = gui::show_dialog(gui_,NULL,_("Statistics"),"",gui::CLOSE_ONLY,&items);
|
||||
std::string title;
|
||||
items.clear();
|
||||
switch(res) {
|
||||
|
|
Loading…
Add table
Reference in a new issue