diff options
Diffstat (limited to 'src/gui/charcreatedialog.cpp')
-rw-r--r-- | src/gui/charcreatedialog.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/charcreatedialog.cpp b/src/gui/charcreatedialog.cpp index 560f565f4..5dc856da5 100644 --- a/src/gui/charcreatedialog.cpp +++ b/src/gui/charcreatedialog.cpp @@ -86,9 +86,9 @@ CharCreateDialog::CharCreateDialog(CharSelectDialog *const parent, mHairStyleNameLabel(new Label(this, "")), mActionButton(new Button(this, _("^"), "action", this)), mRotateButton(new Button(this, _(">"), "rotate", this)), - mMale(new RadioButton(_("Male"), "gender")), - mFemale(new RadioButton(_("Female"), "gender")), - mOther(new RadioButton(_("Other"), "gender")), + mMale(new RadioButton(this, _("Male"), "gender")), + mFemale(new RadioButton(this, _("Female"), "gender")), + mOther(new RadioButton(this, _("Other"), "gender")), mAttributesLeft(new Label(this, strprintf(_("Please distribute %d points"), 99))), mMaxPoints(0), |