summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-08-17 14:51:43 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-08-17 14:51:43 -0700
commitc84e7f49eb5e948ef5b041e6e56a3b961070b7bd (patch)
treeab60572f3c542ee1a64b6718a3b11c967bff3e52
parent880f3c3cfeae79ef8e77fd237a87451cfad7a99e (diff)
parent506c982a02d1cd2d68e1169db3175b5639f0a2b6 (diff)
Merge remote-tracking branch 'gnuradio-wg-grc/grc_rename_build_menu'
-rw-r--r--grc/gui/Bars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index 8dae0f6981..c3a2839c5c 100644
--- a/grc/gui/Bars.py
+++ b/grc/gui/Bars.py
@@ -103,7 +103,7 @@ MENU_BAR_LIST = (
Actions.ERRORS_WINDOW_DISPLAY,
Actions.FIND_BLOCKS,
]),
- (gtk.Action('Build', '_Build', None, None), [
+ (gtk.Action('Run', '_Run', None, None), [
Actions.FLOW_GRAPH_GEN,
Actions.FLOW_GRAPH_EXEC,
Actions.FLOW_GRAPH_KILL,