diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-11 20:47:39 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-11 20:47:39 +0200 |
commit | bb86771425cfdd3d09c91ce3583bb61d55005bc2 (patch) | |
tree | 7c6a6396822f548bbb177b301a94211af4bb5532 | |
parent | 791e0fc11f1132c25ce700ae975d6cee93ab9acc (diff) |
Add explanation as well
-rw-r--r-- | src/fe-gtk/servlistgui.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |