summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-02-26 22:31:11 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2012-02-26 22:31:11 +0200
commit8f104752a2373b6ef330f31e5aa4653ad5ba5622 (patch)
tree3fd6e18b4f5f60b2b872ea9fdb0d22ef738fb4c2 /main.cpp
parentf92386e190df0a638aadc90afbc3d0bed01716f6 (diff)
modified: ../main.cpp
modified: ../new_gpg.rc modified: ../new_gpg.sln modified: ../options.cpp
Diffstat (limited to 'main.cpp')
-rwxr-xr-xmain.cpp3
1 files changed, 2 insertions, 1 deletions
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());