summaryrefslogtreecommitdiff
path: root/src/gui/popups/popupmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popups/popupmenu.cpp')
-rw-r--r--src/gui/popups/popupmenu.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp
index 752caff72..802586f4c 100644
--- a/src/gui/popups/popupmenu.cpp
+++ b/src/gui/popups/popupmenu.cpp
@@ -1283,7 +1283,9 @@ void PopupMenu::handleLink(const std::string &link,
_("Rename map sign "),
// TRANSLATORS: label
// TRANSLATORS: number of chars in string should be near original
- _("Name: "));
+ _("Name: "),
+ nullptr,
+ false);
mRenameListener.setDialog(mDialog);
mDialog->setText(mMapItem->getComment());
mDialog->setActionEventId("ok");
@@ -1301,7 +1303,9 @@ void PopupMenu::handleLink(const std::string &link,
_("Player comment "),
// TRANSLATORS: label
// TRANSLATORS: number of chars in string should be near original
- _("Comment: "));
+ _("Comment: "),
+ nullptr,
+ false);
mPlayerListener.setDialog(dialog);
mPlayerListener.setNick(mName);
mPlayerListener.setType(mType);