From fc15636d94dd0d90ea4f682235933a5b78390fed Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 20 Nov 2013 19:45:54 +0000 Subject: WART update git-svn-id: http://svn.miranda-ng.org/main/trunk@6948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/res/WART-1.5.1.0.exe | Bin 3171328 -> 0 bytes protocols/WhatsApp/res/WART-1.5.4.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.1.0.exe create mode 100644 protocols/WhatsApp/res/WART-1.5.4.0.exe (limited to 'protocols/WhatsApp') diff --git a/protocols/WhatsApp/res/WART-1.5.1.0.exe b/protocols/WhatsApp/res/WART-1.5.1.0.exe deleted file mode 100644 index ad80eaca23..0000000000 Binary files a/protocols/WhatsApp/res/WART-1.5.1.0.exe and /dev/null differ diff --git a/protocols/WhatsApp/res/WART-1.5.4.0.exe b/protocols/WhatsApp/res/WART-1.5.4.0.exe new file mode 100644 index 0000000000..5063808498 Binary files /dev/null and b/protocols/WhatsApp/res/WART-1.5.4.0.exe differ diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index f9f45597b7..a59140b152 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc @@ -153,7 +153,7 @@ IDI_REMOVE_USER_FROM_GROUP ICON "remove-user-from-group.ico" // BIN // -IDR_REGISTERUTILITY BIN "WART-1.5.1.0.exe" +IDR_REGISTERUTILITY BIN "WART-1.5.4.0.exe" diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index 37e989d834..e715d37a39 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.1.0.exe"); + ::mir_snwprintf(fileName, SIZEOF(fileName), L"%s\\%s", fileName, L"WART-1.5.4.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.1.0.exe."), _T("WhatsApp"), MB_OK | MB_ICONERROR); + ::MessageBox(NULL, TranslateT("Did not unpack registration utility WART-1.5.4.0.exe."), _T("WhatsApp"), MB_OK | MB_ICONERROR); return 1; } -- cgit v1.2.3