summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-20 02:23:16 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-20 13:55:43 +0300
commit0153e8fa499b7bbdd712339bfb3921ead15a37a2 (patch)
tree0e12bc130aa40d3bc41f86e16754f060b450977e /src/gui/itempopup.cpp
parent4c7a11b639ec94c8a32a9a52e99652c464745037 (diff)
downloadmv-0153e8fa499b7bbdd712339bfb3921ead15a37a2.tar.gz
mv-0153e8fa499b7bbdd712339bfb3921ead15a37a2.tar.bz2
mv-0153e8fa499b7bbdd712339bfb3921ead15a37a2.tar.xz
mv-0153e8fa499b7bbdd712339bfb3921ead15a37a2.zip
Add palette inheritance to label class.
Diffstat (limited to 'src/gui/itempopup.cpp')
-rw-r--r--src/gui/itempopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itempopup.cpp b/src/gui/itempopup.cpp
index 3c4241022..2b7ddff9c 100644
--- a/src/gui/itempopup.cpp
+++ b/src/gui/itempopup.cpp
@@ -47,7 +47,7 @@
ItemPopup::ItemPopup() :
Popup("ItemPopup", "itempopup.xml"),
- mItemName(new Label),
+ mItemName(new Label(this)),
mItemDesc(new TextBox),
mItemEffect(new TextBox),
mItemWeight(new TextBox),