diff options
Diffstat (limited to 'gr-wxgui/grc/variable_check_box.xml')
-rw-r--r-- | gr-wxgui/grc/variable_check_box.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/grc/variable_check_box.xml b/gr-wxgui/grc/variable_check_box.xml index d1e4d990c..0c7bd1081 100644 --- a/gr-wxgui/grc/variable_check_box.xml +++ b/gr-wxgui/grc/variable_check_box.xml @@ -8,7 +8,7 @@ <block> <name>WX GUI Check Box</name> <key>variable_check_box</key> - <category>Variables</category> + <category>WX GUI Widgets</category> <import>from gnuradio.wxgui import forms</import> <var_make>self.$(id) = $(id) = $value</var_make> <make>#set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self' |