diff options
Diffstat (limited to 'gr-wxgui/grc/notebook.xml')
-rw-r--r-- | gr-wxgui/grc/notebook.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-wxgui/grc/notebook.xml b/gr-wxgui/grc/notebook.xml index bb3de51cb3..5f30c06201 100644 --- a/gr-wxgui/grc/notebook.xml +++ b/gr-wxgui/grc/notebook.xml @@ -7,7 +7,7 @@ <block> <name>WX GUI Notebook</name> <key>notebook</key> - <category>WX GUI Widgets</category> + <category>GUI Widgets/WX</category> <import>from grc_gnuradio import wxgui as grc_wxgui</import> <make>#set $parent = $notebook() and 'self.%s.GetPage(%s)'%$notebook() or 'self' self.$(id) = wx.Notebook($(parent).GetWin(), style=$style) |