Parent Directory
|
Revision Log
|
Patch
revision 186 by twoaday, Mon Feb 13 09:38:03 2006 UTC | revision 187 by twoaday, Wed Mar 22 11:04:20 2006 UTC | |
---|---|---|
# | Line 169 sigprops_dlg_proc (HWND dlg, UINT msg, W | Line 169 sigprops_dlg_proc (HWND dlg, UINT msg, W |
169 | if (ctx.exportable) | if (ctx.exportable) |
170 | CheckDlgButton (dlg, IDC_SIGPROPS_EXP, BST_CHECKED); | CheckDlgButton (dlg, IDC_SIGPROPS_EXP, BST_CHECKED); |
171 | if (!get_pubkey (ks->keyid+8, &issuer)) { | if (!get_pubkey (ks->keyid+8, &issuer)) { |
172 | char *uid = utf8_to_wincp2 (issuer->uids->uid); | char *uid = utf8_to_native (issuer->uids->uid); |
173 | SetDlgItemText (dlg, IDC_SIGPROPS_ISSUER, uid); | SetDlgItemText (dlg, IDC_SIGPROPS_ISSUER, uid); |
174 | safe_free (uid); | safe_free (uid); |
175 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |