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

Diff of /trunk/Src/wptKeyCacheDlg.cpp

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

revision 22 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC
# Line 43  keycache_dlg_proc (HWND dlg, UINT msg, W Line 43  keycache_dlg_proc (HWND dlg, UINT msg, W
43                    
44          SetForegroundWindow (dlg);          SetForegroundWindow (dlg);
45          ShowWindow (dlg, SW_SHOW);          ShowWindow (dlg, SW_SHOW);
46          center_window (dlg);          center_window (dlg, NULL);
47  #ifndef LANG_DE  #ifndef LANG_DE
48          SetWindowText (dlg, _("WinPT Key Caching"));          SetWindowText (dlg, _("WinPT Key Caching"));
49  #endif  #endif
# Line 57  keycache_dlg_proc (HWND dlg, UINT msg, W Line 57  keycache_dlg_proc (HWND dlg, UINT msg, W
57          if (!secring)          if (!secring)
58              BUG (0);              BUG (0);
59          if (rcs->tr_update)          if (rcs->tr_update)
60              gpgme_op_rebuild_cache ();              gpg_rebuild_cache ();
61          if (rcs->kr_update) {          if (rcs->kr_update) {
62              keycache_set_reload (rcs->kr_reload);              keycache_set_reload (rcs->kr_reload);
63              err = keycache_init (pubring, secring);              err = keycache_init (pubring, secring);

Legend:
Removed from v.22  
changed lines
  Added in v.23

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26