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

Diff of /trunk/Src/wptVerifyList.cpp

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

revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 19 by twoaday, Fri May 20 08:39:15 2005 UTC
# Line 1  Line 1 
1  /* wptVerifyList.cpp - Listview for verifying signatures  /* wptVerifyList.cpp - Listview for verifying signatures
2   *      Copyright (C) 2001, 2002, 2003 Timo Schulz   *      Copyright (C) 2001, 2002, 2003, 2005 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 67  strtimestamp( long timestamp ) Line 67  strtimestamp( long timestamp )
67    
68    
69  int  int
70  verlist_build( listview_ctrl_t * lv, HWND ctrl, int fm_mode )  verlist_build (listview_ctrl_t * lv, HWND ctrl, int fm_mode)
71  {  {
72      int j, rc = 0;      int j, rc = 0;
73      struct listview_ctrl_s * c;      struct listview_ctrl_s * c;
# Line 84  verlist_build( listview_ctrl_t * lv, HWN Line 84  verlist_build( listview_ctrl_t * lv, HWN
84          {0, 140, (char *)_("Status") },          {0, 140, (char *)_("Status") },
85          {1, 120, (char *)_("Signed") },          {1, 120, (char *)_("Signed") },
86          {2,  58, (char *)_("Trust") },          {2,  58, (char *)_("Trust") },
87          {3,  76, (char *)_("Key ID" )},          {3,  80, (char *)_("Key ID" )},
88          {4, 160, (char *)_("User ID") },                  {4, 160, (char *)_("User ID") },        
89          {5, 0, NULL }            {5, 0, NULL }  
90      };      };

Legend:
Removed from v.2  
changed lines
  Added in v.19

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26