diff options
Diffstat (limited to 'gr-wxgui/grc/variable_chooser.xml')
-rw-r--r-- | gr-wxgui/grc/variable_chooser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/grc/variable_chooser.xml b/gr-wxgui/grc/variable_chooser.xml index e16e88c5da..ef75a04337 100644 --- a/gr-wxgui/grc/variable_chooser.xml +++ b/gr-wxgui/grc/variable_chooser.xml @@ -9,7 +9,7 @@ <block> <name>WX GUI Chooser</name> <key>variable_chooser</key> - <category>WX GUI Widgets</category> + <category>GUI Widgets/WX</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' |