From a0e20c23391844bca0ab2e05561104a90c63cc18 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 19 Sep 2012 05:01:11 +0300 Subject: typo fix --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index ebf7b8c..0908fc9 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -163,7 +163,7 @@ static INT_PTR CALLBACK DlgProcFirstRun(HWND hwndDlg,UINT msg,WPARAM wParam,LPAR acc += "("; acc += accounts[i]->szModuleName; acc += ")"; - acc += "_KeyID"; + //acc += "_KeyID"; SendMessageA(GetDlgItem(hwndDlg, IDC_ACCOUNT), CB_ADDSTRING, 0, (LPARAM)acc.c_str()); } SendMessageA(GetDlgItem(hwndDlg, IDC_ACCOUNT), CB_SELECTSTRING, 0, (LPARAM)Translate("Default")); -- cgit v1.2.3