[Summary]: delete Log item from main menu

This commit is contained in:
YPozdnyakov 2015-02-25 16:24:57 +02:00
parent e30fac6959
commit 563eed895b
2 changed files with 2 additions and 3 deletions

View file

@ -141,7 +141,6 @@
#endif
<menuitem action='Minimize'/>
<menuitem action='Zoom'/>
<menuitem action='toggle-log-window'/>
</menu>

View file

@ -609,8 +609,8 @@ UI::toggle_errors ()
{
// Per PRD Request hide forever.
// But temporarily we need this window
//errors->hide ();
//return;
errors->hide ();
return;
Glib::RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("toggle-log-window"));
if (!act) {