diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-02-26 22:31:11 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-02-26 22:31:11 +0200 |
commit | 8f104752a2373b6ef330f31e5aa4653ad5ba5622 (patch) | |
tree | 3fd6e18b4f5f60b2b872ea9fdb0d22ef738fb4c2 /main.cpp | |
parent | f92386e190df0a638aadc90afbc3d0bed01716f6 (diff) |
modified: ../main.cpp
modified: ../new_gpg.rc
modified: ../new_gpg.sln
modified: ../options.cpp
Diffstat (limited to 'main.cpp')
-rwxr-xr-x | main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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()); |