/[winpt]/trunk/Src/wptKeysignDlg.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeysignDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 186 by twoaday, Tue Mar 14 11:01:22 2006 UTC revision 187 by twoaday, Wed Mar 22 11:04:20 2006 UTC
# Line 113  do_fill_seckeylist (HWND dlg, const char Line 113  do_fill_seckeylist (HWND dlg, const char
113              continue;              continue;
114          if (defkey && !strcmp (defkey->subkeys->keyid, pk->subkeys->keyid))          if (defkey && !strcmp (defkey->subkeys->keyid, pk->subkeys->keyid))
115              curr_sel = i;              curr_sel = i;
116          uid = utf8_to_wincp (s, strlen (s));          uid = utf8_to_native (s);
117          p = new char[strlen (uid) + 64];          p = new char[strlen (uid) + 64];
118          if (!p)          if (!p)
119              BUG (NULL);              BUG (NULL);
# Line 259  keysign_dlg_proc (HWND dlg, UINT msg, WP Line 259  keysign_dlg_proc (HWND dlg, UINT msg, WP
259          SetWindowText (dlg, _("Key Signing"));          SetWindowText (dlg, _("Key Signing"));
260          key = (winpt_key_t) lparam;          key = (winpt_key_t) lparam;
261          s = key->ctx->uids->uid;          s = key->ctx->uids->uid;
262          uid = utf8_to_wincp (s, strlen (s));          uid = utf8_to_native (s);
263          _snprintf (keymsg, sizeof keymsg -1,          _snprintf (keymsg, sizeof keymsg -1,
264                     _("pub %d/%s  created: %s    expires: %s\n\n"                     _("pub %d/%s  created: %s    expires: %s\n\n"
265                       "Primary key fingerprint: %s\n\n"                       "Primary key fingerprint: %s\n\n"

Legend:
Removed from v.186  
changed lines
  Added in v.187

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26