summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/WhatsApp/res/WART-1.5.4.0.exe (renamed from protocols/WhatsApp/res/WART-1.5.1.0.exe)bin3171328 -> 3171328 bytes
-rw-r--r--protocols/WhatsApp/res/whatsapp.rc2
-rw-r--r--protocols/WhatsApp/src/main.cpp4
3 files changed, 3 insertions, 3 deletions
diff --git a/protocols/WhatsApp/res/WART-1.5.1.0.exe b/protocols/WhatsApp/res/WART-1.5.4.0.exe
index ad80eaca23..5063808498 100644
--- a/protocols/WhatsApp/res/WART-1.5.1.0.exe
+++ b/protocols/WhatsApp/res/WART-1.5.4.0.exe
Binary files 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;
}