From 3a4d8f947b0358c636f983b4248777e8371678dd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 13 Feb 2018 04:26:53 +0300 Subject: Show clan window in buttons at top right corner. --- src/gui/windowmenu.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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. -- cgit v1.2.3-60-g2f50