diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-06 09:30:05 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-06 09:30:05 -0700 |
commit | 0f61e4e150359d4e68439085a5489f96df04f685 (patch) | |
tree | da74334551571f73d93e54061a43c5a0298be3c7 /gr-utils/python/modtool/templates.py | |
parent | 5ac32333a5ba8869066df893f5377cb603fb8664 (diff) | |
parent | 3643b439a84486a6efb36ea8b01b037c1e005700 (diff) |
Merge remote-tracking branch 'skoslowski/modtool_block_modules'
Diffstat (limited to 'gr-utils/python/modtool/templates.py')
-rw-r--r-- | gr-utils/python/modtool/templates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/templates.py b/gr-utils/python/modtool/templates.py index 9caf658194..2804224892 100644 --- a/gr-utils/python/modtool/templates.py +++ b/gr-utils/python/modtool/templates.py @@ -521,7 +521,7 @@ Templates['grc_xml'] = '''<?xml version="1.0"?> <block> <name>$blockname</name> <key>${modname}_$blockname</key> - <category>$modname</category> + <category>[$modname]</category> <import>import $modname</import> <make>${modname}.${blockname}(${strip_arg_types_grc($arglist)})</make> <!-- Make one 'param' node for every Parameter you want settable from the GUI. |