Mercurial > pidgin
diff src/protocols/silc/chat.c @ 8877:c8cd436b5840
[gaim-migrate @ 9646]
"this patch (i18n56.patch) contains two i18n fixes:
- update for po/POTFILES.in:
. removal of src/protocols/msn/session.c (doesn't contain i18n strings
any more)
. added src/protocols/rendezvous/rendezvous.c
. added src/protocols/silc/*
- removal of _("") in src/protocols/silc/chat.c (i18n strings should not be
empty - this causes a warning from gettext 0.14.1
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Wed, 05 May 2004 20:43:14 +0000 |
| parents | 50d0f76639e7 |
| children | 4f7c365c5c5a |
line wrap: on
line diff
--- a/src/protocols/silc/chat.c Wed May 05 20:31:58 2004 +0000 +++ b/src/protocols/silc/chat.c Wed May 05 20:43:14 2004 +0000 @@ -261,7 +261,7 @@ f = gaim_request_fields_get_field(fields, "list"); if (!gaim_request_field_list_get_selected(f)) { /* Add new public key */ - gaim_request_file(NULL, _("Open Public Key..."), _(""), + gaim_request_file(NULL, _("Open Public Key..."), "", G_CALLBACK(silcgaim_chat_chpk_add), G_CALLBACK(silcgaim_chat_chpk_cancel), sgc); return;
