summaryrefslogtreecommitdiff
path: root/src/gui/popups
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-27 22:59:31 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-27 22:59:31 +0300
commit00083cc82fdd40870f517d6954fe3b28cea72f65 (patch)
treed7abdbe970d784498a9ce87416d145074ab34332 /src/gui/popups
parent437586e9dad478fd63a96d442ab77b744ce6fec3 (diff)
downloadplus-00083cc82fdd40870f517d6954fe3b28cea72f65.tar.gz
plus-00083cc82fdd40870f517d6954fe3b28cea72f65.tar.bz2
plus-00083cc82fdd40870f517d6954fe3b28cea72f65.tar.xz
plus-00083cc82fdd40870f517d6954fe3b28cea72f65.zip
Send talk request from context menu by being id.
Diffstat (limited to 'src/gui/popups')
-rw-r--r--src/gui/popups/popupmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/popupmenu.cpp b/src/gui/popups/popupmenu.cpp
index 9e9e9d5d8..03398c6b5 100644
--- a/src/gui/popups/popupmenu.cpp
+++ b/src/gui/popups/popupmenu.cpp
@@ -329,7 +329,7 @@ void PopupMenu::showPopup(const int x, const int y, const Being *const being)
{
// TRANSLATORS: popup menu item
// TRANSLATORS: talk with npc
- mBrowserBox->addRow("/talk 'NAME'", _("Talk"));
+ mBrowserBox->addRow("/talk :'BEINGID'", _("Talk"));
#ifdef TMWA_SUPPORT
if (Net::getNetworkType() != ServerType::TMWATHENA)
#endif