summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-02-13 04:26:53 +0300
committerAndrei Karas <akaras@inbox.ru>2018-02-13 04:28:32 +0300
commit3a4d8f947b0358c636f983b4248777e8371678dd (patch)
tree19cc2ee46d447388a357e387a675b07d73c311b9
parent9c40e3538a0cd3faf70206793c3dc76f5cc00a3d (diff)
downloadplus-3a4d8f947b0358c636f983b4248777e8371678dd.tar.gz
plus-3a4d8f947b0358c636f983b4248777e8371678dd.tar.bz2
plus-3a4d8f947b0358c636f983b4248777e8371678dd.tar.xz
plus-3a4d8f947b0358c636f983b4248777e8371678dd.zip
Show clan window in buttons at top right corner.
-rw-r--r--src/gui/windowmenu.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/windowmenu.cpp b/src/gui/windowmenu.cpp
index 43ee1eb6b..ad9da2433 100644
--- a/src/gui/windowmenu.cpp
+++ b/src/gui/windowmenu.cpp
@@ -186,6 +186,11 @@ WindowMenu::WindowMenu(const Widget2 *const widget) :
// TRANSLATORS: long button name for mail window.
_("Mail"), x, h, InputAction::WINDOW_MAIL,
Visible_true);
+ // TRANSLATORS: short button name for clan window.
+ addButton(N_("CL"),
+ // TRANSLATORS: long button name for clan window.
+ _("Clan"), x, h, InputAction::WINDOW_CLAN,
+ Visible_true);
// TRANSLATORS: short button name for server info window.
addButton(N_("SI"),
// TRANSLATORS: long button name for server info window.