added errors dialog to show all error messages in flow graph
[debian/gnuradio] / grc / gui / Bars.py
index fff5ebc08d1b51f55ed2beab5c55b4cc609da328..17835eb004eabe92aabb5104095a16435804d363 100644 (file)
@@ -81,6 +81,9 @@ MENU_BAR_LIST = (
                None,
                Actions.BLOCK_PARAM_MODIFY,
        ]),
+       (gtk.Action('View', '_View', None, None), [
+               Actions.ERRORS_WINDOW_DISPLAY,
+       ]),
        (gtk.Action('Build', '_Build', None, None), [
                Actions.FLOW_GRAPH_GEN,
                Actions.FLOW_GRAPH_EXEC,