diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-29 03:47:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-29 03:47:55 +0300 |
commit | c0b213bd890aef062faadf1701df1959c9f73816 (patch) | |
tree | 22dfaaa57114c32591bf1a21151cacd9a6f8da96 /options.cpp | |
parent | fbcc2024d5adcf4ed4aedc3ee86d7e1ce4e756d5 (diff) |
modified: options.cpp
Diffstat (limited to 'options.cpp')
-rw-r--r-- | options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.cpp b/options.cpp index 7104f5e..fd762b5 100644 --- a/options.cpp +++ b/options.cpp @@ -136,7 +136,7 @@ static BOOL CALLBACK DlgProcGpgOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA { TCHAR *name = (TCHAR*)CallService(MS_CLIST_GETCONTACTDISPLAYNAME, (WPARAM)hContact, GCDNF_TCHAR); item.mask = LVIF_TEXT; -// item.iItem = i; + item.iItem = i; item.iSubItem = 0; item.pszText = name; iRow = ListView_InsertItem(hwndList, &item); |