diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-13 01:31:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-13 01:31:22 +0300 |
commit | d8aaca79e608c98dfa82f145b032ca94ce473138 (patch) | |
tree | 576e6b2368869693de33837dd5b51dd2b3a5e780 /src/gui/widgets/spellshortcutcontainer.cpp | |
parent | 49549db4517dd7f1ec1d66626578296f5524517b (diff) | |
download | plus-d8aaca79e608c98dfa82f145b032ca94ce473138.tar.gz plus-d8aaca79e608c98dfa82f145b032ca94ce473138.tar.bz2 plus-d8aaca79e608c98dfa82f145b032ca94ce473138.tar.xz plus-d8aaca79e608c98dfa82f145b032ca94ce473138.zip |
Change shortcuts windows theming.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index 7818dc8dc..c3e3b1495 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -63,7 +63,8 @@ SpellShortcutContainer::SpellShortcutContainer(unsigned number): mSpellPopup = new SpellPopup; - mBackgroundImg = Theme::getImageFromTheme("item_shortcut_bgr.png"); + mBackgroundImg = Theme::getImageFromThemeXml( + "item_shortcut_background.xml"); if (spellShortcut) mMaxItems = spellShortcut->getSpellsCount(); else |