Add explanation as well

This commit is contained in:
Berke Viktor 2013-05-11 20:47:39 +02:00
parent 791e0fc11f
commit bb86771425
1 changed files with 1 additions and 0 deletions

View File

@ -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;