From fbafdade22b28f472be03ab4515dda2a5300c22c Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 22 Aug 2014 10:42:09 +0000 Subject: WhatsApp: WART update git-svn-id: http://svn.miranda-ng.org/main/trunk@10286 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp/src/main.cpp') diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index 8aa3837047..58897c86cc 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.7.0.0.exe"); + ::mir_snwprintf(fileName, SIZEOF(fileName), L"%s\\%s", fileName, L"WART-1.7.1.0.exe"); if ( ::GetFileAttributes(fileName) == DWORD(-1)) { HRSRC hRes = ::FindResource(hInstance, MAKEINTRESOURCE(IDR_REGISTERUTILITY), L"BIN"); -- cgit v1.2.3