mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
Add explanation as well
This commit is contained in:
parent
791e0fc11f
commit
bb86771425
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user