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

Diff of /trunk/Src/wptKeyEditDlgs.cpp

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

revision 32 by twoaday, Mon Oct 24 08:03:48 2005 UTC revision 33 by twoaday, Tue Oct 25 07:46:20 2005 UTC
# Line 66  enum keyedit_commands { Line 66  enum keyedit_commands {
66    
67    
68  /* Symbolic ids for the subkey columns. */  /* Symbolic ids for the subkey columns. */
69  enum {  enum subk_col_t {
70      SUBK_COL_DESC       = 0,      SUBK_COL_DESC       = 0,
71      SUBK_COL_KEYID      = 1,          SUBK_COL_KEYID      = 1,    
72      SUBK_COL_CREATION   = 2,          SUBK_COL_CREATION   = 2,    
# Line 79  enum { Line 79  enum {
79  };  };
80    
81  /* Symbolic ids for the userid columns. */  /* Symbolic ids for the userid columns. */
82  enum {  enum uid_col_t {
83      UID_COL_VALID       = 0,      UID_COL_VALID       = 0,
84      UID_COL_NAME        = 1,      UID_COL_NAME        = 1,
85      UID_COL_EMAIL       = 2,      UID_COL_EMAIL       = 2,

Legend:
Removed from v.32  
changed lines
  Added in v.33

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26