help: Long window caption is long
This commit is contained in:
parent
a455aa9ce9
commit
aacfa5fef6
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ void show_help(const section &toplevel_sec,
|
|||
gui::button close_button_(video, _("Close"));
|
||||
buttons_ptr.push_back(&close_button_);
|
||||
|
||||
gui::dialog_frame f(video, _("The Battle for Wesnoth Help"), gui::dialog_frame::default_style,
|
||||
gui::dialog_frame f(video, _("Help"), gui::dialog_frame::default_style,
|
||||
true, &buttons_ptr);
|
||||
f.layout(xloc, yloc, width, height);
|
||||
f.draw();
|
||||
|
|
Loading…
Add table
Reference in a new issue