diff options
author | Tim O'Shea | 2012-09-25 11:40:10 -0400 |
---|---|---|
committer | Johnathan Corgan | 2012-09-28 10:05:41 -0700 |
commit | a07fe1904412af78b3d70a6225e6efe10c9efbe5 (patch) | |
tree | 5e62609b052a2469fb4266d8b4cc5e2bb1966981 /grc/gui/Bars.py | |
parent | 96f181f29afbae43fa449297a232637fadf426d0 (diff) | |
download | gnuradio-a07fe1904412af78b3d70a6225e6efe10c9efbe5.tar.gz gnuradio-a07fe1904412af78b3d70a6225e6efe10c9efbe5.tar.bz2 gnuradio-a07fe1904412af78b3d70a6225e6efe10c9efbe5.zip |
adding GRC Reload Block XML action
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r-- | grc/gui/Bars.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py index 8fd167869..0cdbdbb12 100644 --- a/grc/gui/Bars.py +++ b/grc/gui/Bars.py @@ -49,6 +49,8 @@ TOOLBAR_LIST = ( None, Actions.BLOCK_ENABLE, Actions.BLOCK_DISABLE, + None, + Actions.RELOAD_BLOCKS, ) ##The list of actions and categories for the menu bar. |