diff --git a/src/gui/toolbarMenubar/AbstractItem.cpp b/src/gui/toolbarMenubar/AbstractItem.cpp index c28a4234..c006dc64 100644 --- a/src/gui/toolbarMenubar/AbstractItem.cpp +++ b/src/gui/toolbarMenubar/AbstractItem.cpp @@ -10,6 +10,7 @@ AbstractItem::AbstractItem(string id, ActionHandler* handler, ActionType action, this->menuSignalHandler = 0; this->group = GROUP_NOGROUP; this->enabled = true; + this->ignoreMenuCallback = false; ActionEnabledListener::registerListener(handler); ActionSelectionListener::registerListener(handler); diff --git a/ui/about.glade b/ui/about.glade index 256956c8..bddd9afb 100644 --- a/ui/about.glade +++ b/ui/about.glade @@ -79,11 +79,10 @@ False vertical - + True False - With help from the community - + <b>Authors:</b> True center @@ -107,10 +106,11 @@ - + True False - <b>Authors:</b> + With help from the community + True center @@ -120,6 +120,34 @@ 2 + + + True + False + License + + + + + + False + True + 3 + + + + + True + False + GNU GPLv2 or later + + + + False + True + 4 + +