diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-21 18:17:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-21 18:17:45 +0300 |
commit | beb4ebc9d31b17c9bcfcee17d94fe8a71446a5a6 (patch) | |
tree | 88f9f7877e2e0da5af9602fab492bbd3f79a63ff /src/gui | |
parent | e3ad003fe09ff90524ffa5deae844e6721b903b2 (diff) | |
download | plus-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')
-rw-r--r-- | src/gui/popups/textboxpopup.cpp | 2 |
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)) { } |