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/spellpopup.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/spellpopup.cpp')
-rw-r--r-- | src/gui/spellpopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/spellpopup.cpp b/src/gui/spellpopup.cpp index f87e691de..c7d25e257 100644 --- a/src/gui/spellpopup.cpp +++ b/src/gui/spellpopup.cpp @@ -42,7 +42,7 @@ #include "debug.h" SpellPopup::SpellPopup(): - Popup("SpellPopup") + Popup("SpellPopup", "spellpopup.xml") { // Item Name mItemName = new Label; |