diff options
Diffstat (limited to 'grc/core/Constants.py')
-rw-r--r-- | grc/core/Constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/Constants.py b/grc/core/Constants.py index 127e0e05f9..99e6767447 100644 --- a/grc/core/Constants.py +++ b/grc/core/Constants.py @@ -61,7 +61,7 @@ PARAM_TYPE_NAMES = { 'complex_vector', 'real_vector', 'float_vector', 'int_vector', 'hex', 'string', 'bool', 'file_open', 'file_save', '_multiline', '_multiline_python_external', - 'id', 'stream_id', + 'id', 'stream_id','name', 'gui_hint', 'import', } |