diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-11-07 02:46:59 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-11-07 02:46:59 +0200 |
commit | d783b07eeb0776f3763e3ce8d725748b7290c257 (patch) | |
tree | 33434074e90e433bbdad1364901f1a832f4f807f /options.cpp | |
parent | 24f43db848336aec381d0d61f30e5ec067905e32 (diff) |
removed old warning about gpg version
small ui corrections
possible translation fixes
Diffstat (limited to 'options.cpp')
-rwxr-xr-x | options.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/options.cpp b/options.cpp index 3fffe3a..6079dae 100755 --- a/options.cpp +++ b/options.cpp @@ -526,10 +526,10 @@ static BOOL CALLBACK DlgProcGpgBinOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LP else
{
bad_version = false;
- MessageBox(0, _T("This is not gnupg binary !\nrecommended to use GnuPG v1.x.x with this plugn."), _T("Warning"), MB_OK);
+ MessageBox(0, TranslateT("This is not gnupg binary !\nrecommended to use GnuPG v1.x.x with this plugn."), _T("Warning"), MB_OK);
}
- if(bad_version)
- MessageBox(0, _T("Unsupported gnupg version found, use at you own risk!\nrecommended to use GnuPG v1.x.x with this plugn."), _T("Warning"), MB_OK);
+/* if(bad_version) //looks like working fine with gpg2
+ MessageBox(0, TranslateT("Unsupported gnupg version found, use at you own risk!\nrecommended to use GnuPG v1.x.x with this plugn."), _T("Warning"), MB_OK); */
}
}
char mir_path[MAX_PATH];
|