diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-15 02:01:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-15 02:01:59 +0300 |
commit | 5233a6650692e29a2b811359ea7d3f201b157c74 (patch) | |
tree | 4e69ff8c59a61252a9c15d1f021c1b76ff264c23 /src/gui/windows/registerdialog.cpp | |
parent | 4edbdf124303f0e7c229f43a5054755e112ff6b4 (diff) | |
download | plus-5233a6650692e29a2b811359ea7d3f201b157c74.tar.gz plus-5233a6650692e29a2b811359ea7d3f201b157c74.tar.bz2 plus-5233a6650692e29a2b811359ea7d3f201b157c74.tar.xz plus-5233a6650692e29a2b811359ea7d3f201b157c74.zip |
Rename haveOtherGender into haveAccountOtherGender
Diffstat (limited to 'src/gui/windows/registerdialog.cpp')
-rw-r--r-- | src/gui/windows/registerdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/registerdialog.cpp b/src/gui/windows/registerdialog.cpp index b4f9d8868..373a0f118 100644 --- a/src/gui/windows/registerdialog.cpp +++ b/src/gui/windows/registerdialog.cpp @@ -94,7 +94,7 @@ RegisterDialog::RegisterDialog(LoginData &data) : mMaleButton = new RadioButton(this, _("Male"), "sex", true); // TRANSLATORS: register dialog. button. mFemaleButton = new RadioButton(this, _("Female"), "sex", false); - if (serverFeatures->haveOtherGender()) + if (serverFeatures->haveAccountOtherGender()) { // TRANSLATORS: register dialog. button. mOtherButton = new RadioButton(this, _("Other"), "sex", false); |