From 71e06c926c4abc34052a3e2073db609d8e63e22c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Dec 2017 01:40:21 +0300 Subject: Remove default parameters from editdialog. --- src/gui/windows/charselectdialog.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/charselectdialog.cpp') diff --git a/src/gui/windows/charselectdialog.cpp b/src/gui/windows/charselectdialog.cpp index fb759eb96..a8da297cb 100644 --- a/src/gui/windows/charselectdialog.cpp +++ b/src/gui/windows/charselectdialog.cpp @@ -177,7 +177,10 @@ void CharSelectDialog::postInit() // TRANSLATORS: pin code dialog header. _("Please set new pincode"), "", - "OK"); + "OK", + 300, + nullptr, + Modal_true); dialog->addActionListener(&pincodeListener); } } @@ -227,7 +230,10 @@ void CharSelectDialog::action(const ActionEvent &event) // TRANSLATORS: character rename dialog header. _("Please enter new name"), player->getName(), - "OK"); + "OK", + 300, + nullptr, + Modal_true); charRenameListener.setId(player->getId()); charRenameListener.setDialog(dialog); dialog->addActionListener(&charRenameListener); -- cgit v1.2.3-70-g09d2