Parent Directory
|
Revision Log
|
Patch
revision 175 by twoaday, Tue Jan 24 10:10:15 2006 UTC | revision 176 by twoaday, Mon Feb 13 09:38:03 2006 UTC | |
---|---|---|
# | Line 91 file_encrypt_dlg_proc (HWND dlg, UINT ms | Line 91 file_encrypt_dlg_proc (HWND dlg, UINT ms |
91 | seclist_init (dlg, IDC_ENCRYPT_SECLIST, KEYLIST_FLAG_SHORT, &list); | seclist_init (dlg, IDC_ENCRYPT_SECLIST, KEYLIST_FLAG_SHORT, &list); |
92 | } | } |
93 | lv = keylist_load (GetDlgItem (dlg, IDC_ENCRYPT_LIST), kc, NULL, | lv = keylist_load (GetDlgItem (dlg, IDC_ENCRYPT_LIST), kc, NULL, |
94 | KEYLIST_ENCRYPT|KEYLIST_FLAG_FILE, KEY_SORT_USERID); | KEYLIST_ENCRYPT_MIN|KEYLIST_FLAG_FILE, |
95 | KEY_SORT_USERID); | |
96 | SetForegroundWindow (dlg); | SetForegroundWindow (dlg); |
97 | return TRUE; | return TRUE; |
98 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |