aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeParser.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-10 14:05:14 +0000
committerJohannes Schickel2009-08-10 14:05:14 +0000
commitd8b2baee97f762c491d4f58d263b17af791d73fc (patch)
tree3d1576e79473c417ed6a21a08617b0bf602e1348 /gui/ThemeParser.h
parentf812d0e7b744910e9df5525f71238078794a8fab (diff)
downloadscummvm-rg350-d8b2baee97f762c491d4f58d263b17af791d73fc.tar.gz
scummvm-rg350-d8b2baee97f762c491d4f58d263b17af791d73fc.tar.bz2
scummvm-rg350-d8b2baee97f762c491d4f58d263b17af791d73fc.zip
Rename 'font_color' attribute for 'text' draw step to 'text_color'.
svn-id: r43206
Diffstat (limited to 'gui/ThemeParser.h')
-rw-r--r--gui/ThemeParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeParser.h b/gui/ThemeParser.h
index 7cfe2abfd5..92734fa421 100644
--- a/gui/ThemeParser.h
+++ b/gui/ThemeParser.h
@@ -147,7 +147,7 @@ protected:
XML_KEY(text)
XML_PROP(font, true)
- XML_PROP(font_color, true)
+ XML_PROP(text_color, true)
XML_PROP(vertical_align, true)
XML_PROP(horizontal_align, true)
KEY_END()