X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/195fe8620d2ed35777c8db3ae485af6259a3a20e..2dfab0e1e90bdf04db51b97a6778b51ee1016cf8:/js/ui/baseui.js diff --git a/js/ui/baseui.js b/js/ui/baseui.js index 55e6a6e..f6707ea 100644 --- a/js/ui/baseui.js +++ b/js/ui/baseui.js @@ -34,9 +34,9 @@ qwebirc.ui.BaseUI = new Class({ if(!this.firstClient) { this.firstClient = true; w.addLine("", "qwebirc v" + qwebirc.VERSION); - w.addLine("", "Copyright (C) 2008-2009 Chris Porter. All rights reserved."); - w.addLine("", "http://webchat.quakenet.org/"); - w.addLine("", "This is BETA quality software, please report bugs to slug@quakenet.org"); + w.addLine("", "Copyright (C) 2008-2009 Chris Porter and the qwebirc project."); + w.addLine("", "http://www.qwebirc.org"); + w.addLine("", "Licensed under the GNU General Public License, Version 2."); } return w; }, @@ -260,7 +260,7 @@ qwebirc.ui.StandardUI = new Class({ d.setSubWindow(ew); }, embeddedWindow: function() { - this.addCustomWindow("Embedding wizard", qwebirc.ui.EmbedWizard, "embeddedwizard"); + this.addCustomWindow("Embedding wizard", qwebirc.ui.EmbedWizard, "embeddedwizard", {baseURL: this.options.baseURL}); }, optionsWindow: function() { this.addCustomWindow("Options", qwebirc.ui.OptionsPane, "optionspane", this.uiOptions);