From d783b07eeb0776f3763e3ce8d725748b7290c257 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 7 Nov 2011 02:46:59 +0200 Subject: removed old warning about gpg version small ui corrections possible translation fixes --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp old mode 100644 new mode 100755 index e75ec4d..913ecbf --- a/main.cpp +++ b/main.cpp @@ -1803,14 +1803,14 @@ void InitCheck() mir_free(home_dir); tmp_dir += _T("\\tmp"); _wmkdir(tmp_dir.c_str()); - string question = "Your secret key whith id: "; + string question = Translate("Your secret key whith id: "); char *keyid = UniGetContactSettingUtf(NULL, szGPGModuleName, "KeyID", ""); question += keyid; mir_free(keyid); - question += " deleted from gpg secret keyring\nDo you want to set another key ?"; + question += Translate(" deleted from gpg secret keyring\nDo you want to set another key ?"); void ShowFirstRunDialog(); if(out.find(keyid) == string::npos) - if(MessageBoxA(0, question.c_str(), "Own secret key warning", MB_YESNO) == IDYES) + if(MessageBoxA(0, question.c_str(), Translate("Own secret key warning"), MB_YESNO) == IDYES) ShowFirstRunDialog(); } { -- cgit v1.2.3