]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Details -> details, add SecretAgent to AUTHORS.
authorChris Porter <redacted>
Mon, 12 Oct 2009 00:04:22 +0000 (01:04 +0100)
committerChris Porter <redacted>
Mon, 12 Oct 2009 00:04:22 +0000 (01:04 +0100)
AUTHORS
js/ui/baseui.js

diff --git a/AUTHORS b/AUTHORS
index 69a4c7a0c59796ebaebd7ac36b075e7c76ee8396..d2bb561f330d83c8d4770b6b073db6c3f6ddd629 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,3 +5,4 @@ Thomas Sader (thommey) <thommey@laxin.de>
 Arne Jensen (DarkDeviL) <darkdevil@darkdevil.dk>
 Bas Verhoeven (soczol) <bas@bserved.nl>
 Tom Wesley (tomaw) <tom@tomaw.org>
+SecretAgent
index 8be478883ce85924c40da2e98fa81097a3acc532..d236a3991fc8630d2b77f868cb9036e587212c83 100644 (file)
@@ -382,7 +382,8 @@ qwebirc.ui.NewLoginUI = new Class({
   loginBox: function(callbackfn, initialNickname, initialChannels, autoConnect, autoNick) {
     this.postInitialize();
 
-    var w = this.newCustomWindow("Connection Details", true, qwebirc.ui.WINDOW_CONNECT);
+    /* I'd prefer something shorter and snappier! */
+    var w = this.newCustomWindow("Connection details", true, qwebirc.ui.WINDOW_CONNECT);
     var callback = function(args) {
       w.close();
       callbackfn(args);