From 0249e0c48bfcac25abe46fbaf61103df0984b832 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Oct 2015 18:02:49 +0300 Subject: By default show bank and mail buttons at top right corner. --- src/gui/windowmenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/windowmenu.cpp') diff --git a/src/gui/windowmenu.cpp b/src/gui/windowmenu.cpp index b1d225bf2..178c7f545 100644 --- a/src/gui/windowmenu.cpp +++ b/src/gui/windowmenu.cpp @@ -151,12 +151,12 @@ WindowMenu::WindowMenu(const Widget2 *const widget) : addButton(N_("BA"), // TRANSLATORS: full button name _("Bank"), x, h, InputAction::WINDOW_BANK, - Visible_false); + Visible_true); // TRANSLATORS: short button name for mail window. addButton(N_("MA"), // TRANSLATORS: full button name _("Mail"), x, h, InputAction::WINDOW_MAIL, - Visible_false), + Visible_true), // TRANSLATORS: short button name for debug window. addButton(N_("DBG"), // TRANSLATORS: full button name -- cgit v1.2.3-70-g09d2