added errors dialog to show all error messages in flow graph
[debian/gnuradio] / grc / gui / Actions.py
index b22279c1da12892649562571a23a16007eb30db1..1cc12a8194cac20121c86c2e33a2d7e0efbe2de1 100644 (file)
@@ -215,6 +215,11 @@ BLOCK_PASTE = Action(
        stock_id=gtk.STOCK_PASTE,
        keypresses=(gtk.keysyms.v, gtk.gdk.CONTROL_MASK),
 )
+ERRORS_WINDOW_DISPLAY = Action(
+       label='_Errors',
+       tooltip='Flowgraph error messages',
+       stock_id=gtk.STOCK_DIALOG_ERROR,
+)
 ABOUT_WINDOW_DISPLAY = Action(
        label='_About',
        tooltip='About this program',