summaryrefslogtreecommitdiff
path: root/gr-wxgui/grc/variable_static_text.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wxgui/grc/variable_static_text.xml')
-rw-r--r--gr-wxgui/grc/variable_static_text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/grc/variable_static_text.xml b/gr-wxgui/grc/variable_static_text.xml
index cd122e76a1..d68b00a1dd 100644
--- a/gr-wxgui/grc/variable_static_text.xml
+++ b/gr-wxgui/grc/variable_static_text.xml
@@ -8,7 +8,7 @@
<block>
<name>WX GUI Static Text</name>
<key>variable_static_text</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'