summaryrefslogtreecommitdiff
path: root/src/gui/widgets/emoteshortcutcontainer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-13 01:31:22 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-13 01:31:22 +0300
commitd8aaca79e608c98dfa82f145b032ca94ce473138 (patch)
tree576e6b2368869693de33837dd5b51dd2b3a5e780 /src/gui/widgets/emoteshortcutcontainer.cpp
parent49549db4517dd7f1ec1d66626578296f5524517b (diff)
downloadplus-d8aaca79e608c98dfa82f145b032ca94ce473138.tar.gz
plus-d8aaca79e608c98dfa82f145b032ca94ce473138.tar.bz2
plus-d8aaca79e608c98dfa82f145b032ca94ce473138.tar.xz
plus-d8aaca79e608c98dfa82f145b032ca94ce473138.zip
Change shortcuts windows theming.
Diffstat (limited to 'src/gui/widgets/emoteshortcutcontainer.cpp')
-rw-r--r--src/gui/widgets/emoteshortcutcontainer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/widgets/emoteshortcutcontainer.cpp b/src/gui/widgets/emoteshortcutcontainer.cpp
index aaf22c066..79a50bf40 100644
--- a/src/gui/widgets/emoteshortcutcontainer.cpp
+++ b/src/gui/widgets/emoteshortcutcontainer.cpp
@@ -56,7 +56,8 @@ EmoteShortcutContainer::EmoteShortcutContainer():
addMouseListener(this);
addWidgetListener(this);
- mBackgroundImg = Theme::getImageFromTheme("item_shortcut_bgr.png");
+ mBackgroundImg = Theme::getImageFromThemeXml(
+ "item_shortcut_background.xml");
if (mBackgroundImg)
mBackgroundImg->setAlpha(Client::getGuiAlpha());