Mercurial > pidgin.yaz
diff src/protocols/yahoo/yahoo.c @ 5685:43ea75092684
[gaim-migrate @ 6106]
Better HIG compliance in the protocol option names.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 03 Jun 2003 03:59:43 +0000 |
parents | 46d7ad0dfa26 |
children | 059d95c67cda |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Tue Jun 03 03:33:20 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Tue Jun 03 03:59:43 2003 +0000 @@ -1537,12 +1537,12 @@ { GaimAccountOption *option; - option = gaim_account_option_string_new(_("Pager Host"), "server", + option = gaim_account_option_string_new(_("Pager host"), "server", YAHOO_PAGER_HOST); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option); - option = gaim_account_option_int_new(_("Pager Port"), "port", + option = gaim_account_option_int_new(_("Pager port"), "port", YAHOO_PAGER_PORT); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);