summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.cpp
diff options
context:
space:
mode:
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),