From 015b14f8e60d64da2999da9c753af62ec1ffdf72 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 02:37:02 +0300 Subject: Add palette inheritance to radiobutton class. --- src/gui/charcreatedialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/charcreatedialog.cpp') 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), -- cgit v1.2.3-70-g09d2