From 8f104752a2373b6ef330f31e5aa4653ad5ba5622 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 26 Feb 2012 22:31:11 +0200 Subject: modified: ../main.cpp modified: ../new_gpg.rc modified: ../new_gpg.sln modified: ../options.cpp --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index f6a5e77..55b4d25 100755 --- a/main.cpp +++ b/main.cpp @@ -217,7 +217,8 @@ static BOOL CALLBACK DlgProcFirstRun(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM DBWriteContactSettingTString(NULL, szGPGModuleName, dbsetting.c_str(), passwd); } { - wstring keyinfo = _T("Current private key id: "); + wstring keyinfo = TranslateT("Current private key id"); + keyinfo += _T(": "); keyinfo += (fp[0])?fp:_T("not set"); extern HWND hwndCurKey_p; SetWindowText(hwndCurKey_p, keyinfo.c_str()); -- cgit v1.2.3