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/shopwindow.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gui/windows/shopwindow.cpp') diff --git a/src/gui/windows/shopwindow.cpp b/src/gui/windows/shopwindow.cpp index b044831ff..757ffd902 100644 --- a/src/gui/windows/shopwindow.cpp +++ b/src/gui/windows/shopwindow.cpp @@ -372,7 +372,10 @@ void ShopWindow::action(const ActionEvent &event) // TRANSLATORS: shop rename dialog title _("Please enter new shop name"), mSellShopName, - "OK"); + "OK", + 300, + nullptr, + Modal_true); shopRenameListener.setDialog(dialog); dialog->addActionListener(&shopRenameListener); } -- cgit v1.2.3-60-g2f50