comparison pidgin/gtkcertmgr.c @ 27666:a08e84032814

merge of '2348ff22f0ff3453774b8b25b36238465580c609' and 'e76f11543c2a4aa05bdf584f087cbe3439029661'
author Paul Aurich <paul@darkrain42.org>
date Sun, 12 Jul 2009 05:43:38 +0000
parents 73c8e1964eef
children 0db08d748475
comparison
equal deleted inserted replaced
27186:048bcf41deef 27666:a08e84032814
185 deletion */ 185 deletion */
186 /* TODO: Display some more information on the certificate? */ 186 /* TODO: Display some more information on the certificate? */
187 purple_request_input(tpm_dat, 187 purple_request_input(tpm_dat,
188 _("Certificate Import"), 188 _("Certificate Import"),
189 _("Specify a hostname"), 189 _("Specify a hostname"),
190 _("Type the host name this certificate is for."), 190 _("Type the host name for this certificate."),
191 default_hostname, 191 default_hostname,
192 FALSE, /* Not multiline */ 192 FALSE, /* Not multiline */
193 FALSE, /* Not masked? */ 193 FALSE, /* Not masked? */
194 NULL, /* No hints? */ 194 NULL, /* No hints? */
195 _("OK"), 195 _("OK"),