diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-05-17 17:28:15 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-05-17 17:28:15 +0000 |
commit | 30405d59423448c97e28dfc20af1911af76981d7 (patch) | |
tree | e32de64433e7ed621f13d734efc548665b745c87 /protocols/WhatsApp/src/main.cpp | |
parent | 3341706b68d272148d2361bbe970e92cfcc54345 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@9211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/main.cpp')
-rw-r--r-- | protocols/WhatsApp/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index 7bcabd973b..164d06ce72 100644 --- a/protocols/WhatsApp/src/main.cpp +++ b/protocols/WhatsApp/src/main.cpp @@ -75,7 +75,7 @@ int UnpackRegisterUtility(HINSTANCE hInstance, const wchar_t *profileName) wchar_t *RegisterUtilityPath = ::wcsrchr(fileName, '\\');
if (RegisterUtilityPath != NULL)
*RegisterUtilityPath = 0;
- ::mir_snwprintf(fileName, SIZEOF(fileName), L"%s\\%s", fileName, L"WART-1.6.3.0.exe");
+ ::mir_snwprintf(fileName, SIZEOF(fileName), L"%s\\%s", fileName, L"WART-1.6.8.0.exe");
if ( ::GetFileAttributes(fileName) == DWORD(-1))
{
HRSRC hRes = ::FindResource(hInstance, MAKEINTRESOURCE(IDR_REGISTERUTILITY), L"BIN");
@@ -204,7 +204,7 @@ extern "C" int __declspec(dllexport) Load(void) if ( !UnpackRegisterUtility(g_hInstance, (TCHAR *)profilename))
{
- ::MessageBox(NULL, TranslateT("Did not unpack registration utility WART-1.5.4.0.exe."), _T("WhatsApp"), MB_OK | MB_ICONERROR);
+ ::MessageBox(NULL, TranslateT("Did not unpack registration utility WART-1.6.8.0.exe."), _T("WhatsApp"), MB_OK | MB_ICONERROR);
return 1;
}
|