Update of bug #18008 (project wesnoth):
Assigned to: None => mordante
_______________________________________________________
Follow-up Comment #1:
The source code for the mp_cmd_wrapper GUI2 dialog (more spec. the
gui2::tmp_cmd_wrapper::pre_show() method) imposes an 18 characters limit when
compiling for Windows and Mac OS X, which is rather odd:
#if defined(_WIN32) || defined(__APPLE__)
ttext_box* message =
find_widget<ttext_box>(&window, "message", false,
false);
if(message) {
/**
* @todo For some reason the text wrapping fails on Windows and
Mac,
* this causes an exception to be thrown, which brings the user
back
* to the main menu. So avoid that problem by imposing a maximum
* length (the number of letters W that fit).
*/
message->set_maximum_length(18);
}
#endif
(This is the situation as of trunk r55227, some time after 1.11.0.)
I'm assigning this to mordante in the hope that he might know what to do about
this before 1.12.
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?18008>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs