added button to close out statistics screen (bug #8775)

This commit is contained in:
Jordà Polo 2004-09-26 18:58:18 +00:00
parent 445f652de5
commit 4777e689a3

View file

@ -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) {