diff options
Diffstat (limited to 'MirOTR/options.cpp')
-rw-r--r-- | MirOTR/options.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/MirOTR/options.cpp b/MirOTR/options.cpp index 86781f1..c2bb09c 100644 --- a/MirOTR/options.cpp +++ b/MirOTR/options.cpp @@ -409,16 +409,7 @@ static INT_PTR CALLBACK DlgProcMirOTROptsProto(HWND hwndDlg, UINT msg, WPARAM wP temp = mir_a2t(fprint);
ListView_SetItemText(lv, ilvItem, 2, temp);
mir_free(temp);
- }
- /*} else { //using ASCII
- item.pszText = (TCHAR*)pppDesc[i]->szName;
- ilvItem = ListView_InsertItem(lv, &item);
- if(otrl_privkey_fingerprint(otr_user_state, fprint, pppDesc[i]->szName, pppDesc[i]->szName)) {
- ListView_SetItemText(lv, ilvItem, 2, (TCHAR*)fprint);
- }
- }*/
-
-
+ }
}
}
}
|