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 70aff73dd9..504b4ec0f9 100644 --- a/grc/core/Constants.py +++ b/grc/core/Constants.py @@ -49,7 +49,7 @@ PARAM_TYPE_NAMES = { 'complex', 'real', 'float', 'int', 'complex_vector', 'real_vector', 'float_vector', 'int_vector', 'hex', 'string', 'bool', - 'file_open', 'file_save', '_multiline', '_multiline_python_external', + 'file_open', 'file_save', 'dir_select', '_multiline', '_multiline_python_external', 'id', 'stream_id','name', 'gui_hint', 'import', |