mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 21:06:03 +01:00
[Summary]: delete Log item from main menu
This commit is contained in:
parent
e30fac6959
commit
563eed895b
2 changed files with 2 additions and 3 deletions
|
|
@ -141,7 +141,6 @@
|
|||
#endif
|
||||
<menuitem action='Minimize'/>
|
||||
<menuitem action='Zoom'/>
|
||||
<menuitem action='toggle-log-window'/>
|
||||
</menu>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue