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 f1dae1d953..b067886595 100644 --- a/grc/core/Constants.py +++ b/grc/core/Constants.py @@ -66,7 +66,7 @@ DEFAULT_DOMAIN = GR_STREAM_DOMAIN BLOCK_FLAG_THROTTLE = 'throttle' BLOCK_FLAG_DISABLE_BYPASS = 'disable_bypass' BLOCK_FLAG_NEED_QT_GUI = 'need_qt_gui' -BLOCK_FLAG_NEED_WX_GUI = 'need_ex_gui' +BLOCK_FLAG_NEED_WX_GUI = 'need_wx_gui' # Block States BLOCK_DISABLED = 0 |