]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/baseui.js
change faq pane into help pane
[irc/quakenet/qwebirc.git] / js / ui / baseui.js
index 0870af73c2bef49181ef0a187c09a0bd3ede9558..7e3a839e0fbef756a5c3c7f100e942804b543478 100644 (file)
@@ -343,8 +343,8 @@ qwebirc.ui.StandardUI = new Class({
   feedbackWindow: function() {
     this.addCustomWindow("Feedback", qwebirc.ui.FeedbackPane, "feedbackpane", this.uiOptions);
   },
-  faqWindow: function() {
-    this.addCustomWindow("FAQ", qwebirc.ui.FAQPane, "faqpane", this.uiOptions);
+  helpWindow: function() {
+    this.addCustomWindow("Help!", qwebirc.ui.HelpPane, "helppane", this.uiOptions);
   },
   urlDispatcher: function(name, window) {
     if(name == "embedded")