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

Diff of /trunk/Src/wptKeysigDlg.cpp

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

revision 27 by twoaday, Sat Oct 8 10:43:08 2005 UTC revision 28 by twoaday, Thu Oct 20 12:35:59 2005 UTC
# Line 271  do_create_popup (HWND dlg) Line 271  do_create_popup (HWND dlg)
271      hm = LoadMenu (glob_hinst, MAKEINTRESOURCE (IDR_WINPT_KEYSIG_CTX));      hm = LoadMenu (glob_hinst, MAKEINTRESOURCE (IDR_WINPT_KEYSIG_CTX));
272      sm = GetSubMenu (hm, 0);      sm = GetSubMenu (hm, 0);
273    
274        set_menu_text (sm, ID_SIGCTX_PROPS, _("Signature &Properties"));
275        set_menu_text (sm, ID_SIGCTX_KEYPROPS, _("Signing &Key Properties"));
276    
277      TrackPopupMenu (sm, TPM_RIGHTALIGN, p.x, p.y, 0, dlg, NULL);      TrackPopupMenu (sm, TPM_RIGHTALIGN, p.x, p.y, 0, dlg, NULL);
278    
279      DestroyMenu (hm);      DestroyMenu (hm);

Legend:
Removed from v.27  
changed lines
  Added in v.28

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26