summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-21 17:23:22 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-21 17:23:22 +0300
commitc29b91939d1c8e8f7772a660ad4d4bee83dec668 (patch)
tree7de96c695fd9126e395891427643bc1f2728e89b /src/gui/widgets/textfield.cpp
parent1e5ef5ad665721a4c7824a1c8c0fb48ed7e4dc51 (diff)
downloadplus-c29b91939d1c8e8f7772a660ad4d4bee83dec668.tar.gz
plus-c29b91939d1c8e8f7772a660ad4d4bee83dec668.tar.bz2
plus-c29b91939d1c8e8f7772a660ad4d4bee83dec668.tar.xz
plus-c29b91939d1c8e8f7772a660ad4d4bee83dec668.zip
Rename theme file textfield_background.xml to textfield.xml
Diffstat (limited to 'src/gui/widgets/textfield.cpp')
-rw-r--r--src/gui/widgets/textfield.cpp5
1 files changed, 4 insertions, 1 deletions
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++;