summaryrefslogtreecommitdiff
path: root/src/gui/statuspopup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/statuspopup.cpp')
-rw-r--r--src/gui/statuspopup.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/gui/statuspopup.cpp b/src/gui/statuspopup.cpp
index 46527a431..a0cd790c1 100644
--- a/src/gui/statuspopup.cpp
+++ b/src/gui/statuspopup.cpp
@@ -43,21 +43,21 @@
StatusPopup::StatusPopup() :
Popup("StatusPopup", "statuspopup.xml"),
- mMoveType(new Label),
- mCrazyMoveType(new Label),
- mMoveToTargetType(new Label),
- mFollowMode(new Label),
- mAttackType(new Label),
- mAttackWeaponType(new Label),
- mDropCounter(new Label),
- mPickUpType(new Label),
- mMapType(new Label),
- mMagicAttackType(new Label),
- mPvpAttackType(new Label),
- mDisableGameModifiers(new Label),
- mImitationMode(new Label),
- mAwayMode(new Label),
- mCameraMode(new Label)
+ mMoveType(new Label(this)),
+ mCrazyMoveType(new Label(this)),
+ mMoveToTargetType(new Label(this)),
+ mFollowMode(new Label(this)),
+ mAttackType(new Label(this)),
+ mAttackWeaponType(new Label(this)),
+ mDropCounter(new Label(this)),
+ mPickUpType(new Label(this)),
+ mMapType(new Label(this)),
+ mMagicAttackType(new Label(this)),
+ mPvpAttackType(new Label(this)),
+ mDisableGameModifiers(new Label(this)),
+ mImitationMode(new Label(this)),
+ mAwayMode(new Label(this)),
+ mCameraMode(new Label(this))
{
const int fontHeight = getFont()->getHeight();