diff options
| -rw-r--r-- | protocols/WhatsApp/res/WART-1.5.1.0.exe (renamed from protocols/WhatsApp/res/WART-1.5.0.0.exe) | bin | 3171328 -> 3171328 bytes | |||
| -rw-r--r-- | protocols/WhatsApp/res/whatsapp.rc | 2 | ||||
| -rw-r--r-- | protocols/WhatsApp/src/main.cpp | 4 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/protocols/WhatsApp/res/WART-1.5.0.0.exe b/protocols/WhatsApp/res/WART-1.5.1.0.exeBinary files differ index 3a989ee74f..ad80eaca23 100644 --- a/protocols/WhatsApp/res/WART-1.5.0.0.exe +++ b/protocols/WhatsApp/res/WART-1.5.1.0.exe 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;
  	}
 | 
