mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 16:36:49 +00:00
Add the real support for the markup :-/
Seems this file got forgotten, without it the markup won't work properly since it controls the setting in the label for the canvas.
This commit is contained in:
parent
ccc379bf29
commit
48be9a6619
@ -37,6 +37,7 @@
|
|||||||
font_style = {FONT_STYLE}
|
font_style = {FONT_STYLE}
|
||||||
colour = {FONT_COLOUR_ENABLED}
|
colour = {FONT_COLOUR_ENABLED}
|
||||||
text = "(text)"
|
text = "(text)"
|
||||||
|
text_markup = "(text_markup)"
|
||||||
[/text]
|
[/text]
|
||||||
|
|
||||||
[/draw]
|
[/draw]
|
||||||
@ -57,6 +58,7 @@
|
|||||||
font_style = {FONT_STYLE}
|
font_style = {FONT_STYLE}
|
||||||
colour = {FONT_COLOUR_DISABLED}
|
colour = {FONT_COLOUR_DISABLED}
|
||||||
text = "(text)"
|
text = "(text)"
|
||||||
|
text_markup = "(text_markup)"
|
||||||
[/text]
|
[/text]
|
||||||
|
|
||||||
[/draw]
|
[/draw]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user