/[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 41 by twoaday, Fri Oct 28 07:15:26 2005 UTC revision 73 by twoaday, Tue Nov 8 07:15:13 2005 UTC
# Line 18  Line 18 
18   * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA   * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19   */   */
20    
21    #ifdef HAVE_CONFIG_H
22    #include <config.h>
23    #endif
24    
25  #include <windows.h>  #include <windows.h>
26  #include <commctrl.h>  #include <commctrl.h>
27    
28  #include "../resource.h"  #include "resource.h"
29  #include "wptGPG.h"  #include "wptGPG.h"
30  #include "wptNLS.h"  #include "wptNLS.h"
31  #include "wptW32API.h"  #include "wptW32API.h"
# Line 33  Line 37 
37  #include "wptDlgs.h"  #include "wptDlgs.h"
38  #include "wptUTF8.h"  #include "wptUTF8.h"
39  #include "wptRegistry.h"  #include "wptRegistry.h"
40  #include "wptKeyList.h"  #include "wptKeylist.h"
41  #include "wptKeyEdit.h"  #include "wptKeyEdit.h"
42    
43  static int sig_class_choice = 0;  static int sig_class_choice = 0;
# Line 190  sig_class_dlg_proc (HWND dlg, UINT msg, Line 194  sig_class_dlg_proc (HWND dlg, UINT msg,
194  static const char*  static const char*
195  get_expire_date (gpgme_key_t key)  get_expire_date (gpgme_key_t key)
196  {  {
     static char tmp[64];  
   
197      u32 u = key->subkeys->expires;      u32 u = key->subkeys->expires;
198      if (!u)      if (!u)
199          return _("never");          return _("never");

Legend:
Removed from v.41  
changed lines
  Added in v.73

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26