diff options
Diffstat (limited to 'grc/core/Constants.py')
-rw-r--r-- | grc/core/Constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/core/Constants.py b/grc/core/Constants.py index 462049cc73..eeb1d7f848 100644 --- a/grc/core/Constants.py +++ b/grc/core/Constants.py @@ -37,6 +37,7 @@ FLOW_GRAPH_FILE_FORMAT_VERSION = 1 # Param tabs DEFAULT_PARAM_TAB = "General" ADVANCED_PARAM_TAB = "Advanced" +DEFAULT_BLOCK_MODULE_NAME = '(no module specified)' # Port domains GR_STREAM_DOMAIN = "gr_stream" |