X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=grc%2Fgui%2FBars.py;h=17835eb004eabe92aabb5104095a16435804d363;hb=14895064d7345c2223ff2b8ff3b9cbcdf69dd8c9;hp=fff5ebc08d1b51f55ed2beab5c55b4cc609da328;hpb=3f16d0acf93bbe8da7690f209782783ae8afb1c6;p=debian%2Fgnuradio diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py index fff5ebc0..17835eb0 100644 --- a/grc/gui/Bars.py +++ b/grc/gui/Bars.py @@ -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,