From c29b91939d1c8e8f7772a660ad4d4bee83dec668 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 21 Oct 2012 17:23:22 +0300 Subject: Rename theme file textfield_background.xml to textfield.xml --- src/gui/widgets/textfield.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp index d9e585d3c..afe6555a4 100644 --- a/src/gui/widgets/textfield.cpp +++ b/src/gui/widgets/textfield.cpp @@ -63,7 +63,10 @@ TextField::TextField(const Widget2 *const widget, if (instances == 0) { if (Theme::instance()) - Theme::instance()->loadRect(skin, "textfield_background.xml", ""); + { + Theme::instance()->loadRect(skin, "textfield.xml", + "textfield_background.xml"); + } } instances++; -- cgit v1.2.3-60-g2f50