summaryrefslogtreecommitdiff
path: root/grc/gui/Actions.py
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2009-09-18 02:10:13 -0700
committerJosh Blum <josh@joshknows.com>2009-09-18 02:10:13 -0700
commit14895064d7345c2223ff2b8ff3b9cbcdf69dd8c9 (patch)
tree0db94cb03f5ae40357760d3b16fb8d34c20b704b /grc/gui/Actions.py
parent3f16d0acf93bbe8da7690f209782783ae8afb1c6 (diff)
added errors dialog to show all error messages in flow graph
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r--grc/gui/Actions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py
index b22279c1da..1cc12a8194 100644
--- a/grc/gui/Actions.py
+++ b/grc/gui/Actions.py
@@ -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',