From bb86771425cfdd3d09c91ce3583bb61d55005bc2 Mon Sep 17 00:00:00 2001
From: Berke Viktor <bviktor@hexchat.org>
Date: Sat, 11 May 2013 20:47:39 +0200
Subject: Add explanation as well

---
 src/fe-gtk/servlistgui.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c
index 7f2985b3..439613a0 100644
--- a/src/fe-gtk/servlistgui.c
+++ b/src/fe-gtk/servlistgui.c
@@ -1623,6 +1623,7 @@ servlist_create_logintypecombo (void)
 
 	gtk_combo_box_set_active (GTK_COMBO_BOX (cb), servlist_get_login_desc_index (selected_net->logintype));
 
+	add_tip (cb, _("The way you identify yourself to the server. For custom login methods use connect commands."));
 	g_signal_connect (G_OBJECT (GTK_BIN (cb)), "changed", G_CALLBACK (servlist_logintypecombo_cb), NULL);
 
 	return cb;
-- 
cgit 1.4.1