]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
Small UI tweak. Add menu triangle to icon, and rename 'Connect' to 'Connection Detail...
authorsecretagent <unknown>
Sun, 2 Aug 2009 04:31:51 +0000 (00:31 -0400)
committersecretagent <unknown>
Sun, 2 Aug 2009 04:31:51 +0000 (00:31 -0400)
js/ui/baseui.js

index 93e371b4dcac67c3a9c21ee9677079e7284381c9..8be478883ce85924c40da2e98fa81097a3acc532 100644 (file)
@@ -382,7 +382,7 @@ qwebirc.ui.NewLoginUI = new Class({
   loginBox: function(callbackfn, initialNickname, initialChannels, autoConnect, autoNick) {
     this.postInitialize();
 
-    var w = this.newCustomWindow("Connect", true, qwebirc.ui.WINDOW_CONNECT);
+    var w = this.newCustomWindow("Connection Details", true, qwebirc.ui.WINDOW_CONNECT);
     var callback = function(args) {
       w.close();
       callbackfn(args);