From eeb8b2901b9a58285929071cac255d8bb565a2f7 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 7 Oct 2013 19:53:44 +0000 Subject: WART utility update git-svn-id: http://svn.miranda-ng.org/main/trunk@6400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/res/WART-1.5.0.0.exe | Bin 3171328 -> 0 bytes protocols/WhatsApp/res/WART-1.5.1.0.exe | Bin 0 -> 3171328 bytes protocols/WhatsApp/res/whatsapp.rc | 2 +- protocols/WhatsApp/src/main.cpp | 4 ++-- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 protocols/WhatsApp/res/WART-1.5.0.0.exe create mode 100644 protocols/WhatsApp/res/WART-1.5.1.0.exe (limited to 'protocols/WhatsApp') diff --git a/protocols/WhatsApp/res/WART-1.5.0.0.exe b/protocols/WhatsApp/res/WART-1.5.0.0.exe deleted file mode 100644 index 3a989ee74f..0000000000 Binary files a/protocols/WhatsApp/res/WART-1.5.0.0.exe and /dev/null differ diff --git a/protocols/WhatsApp/res/WART-1.5.1.0.exe b/protocols/WhatsApp/res/WART-1.5.1.0.exe new file mode 100644 index 0000000000..ad80eaca23 Binary files /dev/null and b/protocols/WhatsApp/res/WART-1.5.1.0.exe differ diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index 8d81cc154a..89ff6d221b 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc @@ -129,7 +129,7 @@ IDI_REMOVE_USER_FROM_GROUP ICON "remove-user-from-group.ico" // BIN // -IDR_REGISTERUTILITY BIN "WART-1.5.0.0.exe" +IDR_REGISTERUTILITY BIN "WART-1.5.1.0.exe" diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index e602ea63e1..37e989d834 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.5.0.0.exe"); + ::mir_snwprintf(fileName, SIZEOF(fileName), L"%s\\%s", fileName, L"WART-1.5.1.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.0.0.exe."), _T("WhatsApp"), MB_OK | MB_ICONERROR); + ::MessageBox(NULL, TranslateT("Did not unpack registration utility WART-1.5.1.0.exe."), _T("WhatsApp"), MB_OK | MB_ICONERROR); return 1; } -- cgit v1.2.3