summaryrefslogtreecommitdiff
path: root/src/gui/popups/textboxpopup.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-21 18:17:45 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-21 18:17:45 +0300
commitbeb4ebc9d31b17c9bcfcee17d94fe8a71446a5a6 (patch)
tree88f9f7877e2e0da5af9602fab492bbd3f79a63ff /src/gui/popups/textboxpopup.cpp
parente3ad003fe09ff90524ffa5deae844e6721b903b2 (diff)
downloadplus-beb4ebc9d31b17c9bcfcee17d94fe8a71446a5a6.tar.gz
plus-beb4ebc9d31b17c9bcfcee17d94fe8a71446a5a6.tar.bz2
plus-beb4ebc9d31b17c9bcfcee17d94fe8a71446a5a6.tar.xz
plus-beb4ebc9d31b17c9bcfcee17d94fe8a71446a5a6.zip
For textboxpopup add own theme file.
New theme file: textboxpopup.xml.
Diffstat (limited to 'src/gui/popups/textboxpopup.cpp')
-rw-r--r--src/gui/popups/textboxpopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/textboxpopup.cpp b/src/gui/popups/textboxpopup.cpp
index 651b1fa66..aeca43875 100644
--- a/src/gui/popups/textboxpopup.cpp
+++ b/src/gui/popups/textboxpopup.cpp
@@ -32,7 +32,7 @@
TextBoxPopup *textBoxPopup = nullptr;
TextBoxPopup::TextBoxPopup() :
- Popup("TextBoxPopup", "textpopup.xml"),
+ Popup("TextBoxPopup", "textboxpopup.xml"),
mTextBox(new TextBox(this))
{
}