diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-11 04:24:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-11 04:24:30 +0300 |
commit | db4361d9f7652104e818cf9a2a0f326e1c607fb8 (patch) | |
tree | 57587f5fa82826aa428cbf639f1f942952785c0c /src/gui/textpopup.cpp | |
parent | 632c1797013d8b0a987ab68341b50354afdb1f9d (diff) | |
download | plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.tar.gz plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.tar.bz2 plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.tar.xz plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.zip |
Add own xml configuration for missing windows.
Diffstat (limited to 'src/gui/textpopup.cpp')
-rw-r--r-- | src/gui/textpopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/textpopup.cpp b/src/gui/textpopup.cpp index 65c712461..15b2618da 100644 --- a/src/gui/textpopup.cpp +++ b/src/gui/textpopup.cpp @@ -41,7 +41,7 @@ #include "debug.h" TextPopup::TextPopup(): - Popup("TextPopup") + Popup("TextPopup", "textpopup.xml") { const int fontHeight = getFont()->getHeight(); |