From 30405d59423448c97e28dfc20af1911af76981d7 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 17 May 2014 17:28:15 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@9211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/WhatsApp') 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; } -- cgit v1.2.3