diff options
Diffstat (limited to 'grc/base/Constants.py')
-rw-r--r-- | grc/base/Constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/grc/base/Constants.py b/grc/base/Constants.py index ef45be8dfe..e5026d9da7 100644 --- a/grc/base/Constants.py +++ b/grc/base/Constants.py @@ -23,3 +23,7 @@ import os DATA_DIR = os.path.dirname(__file__) FLOW_GRAPH_DTD = os.path.join(DATA_DIR, 'flow_graph.dtd') BLOCK_TREE_DTD = os.path.join(DATA_DIR, 'block_tree.dtd') + +# Param tabs +DEFAULT_PARAM_TAB = "General" +ADVANCED_PARAM_TAB = "Advanced" |