Author: mordante
Date: Sat Mar 26 13:43:07 2011
New Revision: 49008

URL: http://svn.gna.org/viewcvs/wesnoth?rev=49008&view=rev
Log:
Allow text wrapping in the transient dialog.

Found during a code review, also reported by Shadowmaster and reported
in bug #17945.

Modified:
    trunk/changelog
    trunk/data/gui/default/window/transient_message.cfg

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=49008&r1=49007&r2=49008&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Sat Mar 26 13:43:07 2011
@@ -42,6 +42,7 @@
    * Fixed: Black lines in the minimap.
    * Fixed: tooltips no longer capture the keyboard (bug #17797).
    * Changed: Allow underline in the gui2 font style.
+   * Fixed: Not wrapping of transient dialog text (bug #17945).
  * WML engine:
    * Added support for map_passable and leader_passable for [placement]
    * Allow [color_range] and [color_palette] nodes to be inserted at top-level

Modified: trunk/data/gui/default/window/transient_message.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/gui/default/window/transient_message.cfg?rev=49008&r1=49007&r2=49008&view=diff
==============================================================================
--- trunk/data/gui/default/window/transient_message.cfg (original)
+++ trunk/data/gui/default/window/transient_message.cfg Sat Mar 26 13:43:07 2011
@@ -72,6 +72,8 @@
                                                                [label]
                                                                        id = 
"message"
                                                                        
definition = "wml_message"
+
+                                                                       wrap = 
"true"
                                                                [/label]
 
                                                        [/column]


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to