]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/pages.py
Add custom menu items.
[irc/quakenet/qwebirc.git] / bin / pages.py
index aef9515f43e479a793f06c091131355576235b1a..b926b12a9061c9b3ea9ee1af0ed1e9a9783c0fe8 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 IRC_BASE = ["ircconnection", "irclib", "numerics", "baseircclient", "irctracker", "commandparser", "commands", "ircclient", "commandhistory", "nicknamevalidator", "ignorecontroller"]
-PANES = ["connect", "embed", "options", "about", "privacypolicy", "feedback", "help"]
+PANES = ["connect", "embed", "options", "about", "feedback", "url"]
 UI_BASE = ["menuitems", "baseui", "baseuiwindow", "colour", "url", "theme", "notifications", "tabcompleter", "style", "xdomain"]
 UI_BASE.extend(["panes/%s" % x for x in PANES])