summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-08-22 10:42:09 +0000
committerDart Raiden <wowemuh@gmail.com>2014-08-22 10:42:09 +0000
commitfbafdade22b28f472be03ab4515dda2a5300c22c (patch)
tree680d34e9f6ad7e097013d25be0547fb2a5e9793d /protocols/WhatsApp
parent7cf707b86e2648f631374e1aceb01b6c4877f5c0 (diff)
WhatsApp: WART update
git-svn-id: http://svn.miranda-ng.org/main/trunk@10286 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp')
-rw-r--r--protocols/WhatsApp/res/WART-1.7.1.0.exebin0 -> 3144192 bytes
-rw-r--r--protocols/WhatsApp/res/whatsapp.rc2
-rw-r--r--protocols/WhatsApp/src/main.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/res/WART-1.7.1.0.exe b/protocols/WhatsApp/res/WART-1.7.1.0.exe
new file mode 100644
index 0000000000..a01faf863e
--- /dev/null
+++ b/protocols/WhatsApp/res/WART-1.7.1.0.exe
Binary files differ
diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc
index 6c7a8b93e8..ed21a5a4c9 100644
--- a/protocols/WhatsApp/res/whatsapp.rc
+++ b/protocols/WhatsApp/res/whatsapp.rc
@@ -164,7 +164,7 @@ IDI_REMOVE_USER_FROM_GROUP ICON "remove-user-from-group.ico"
// BIN
//
-IDR_REGISTERUTILITY BIN "WART-1.7.0.0.exe"
+IDR_REGISTERUTILITY BIN "WART-1.7.1.0.exe"
#endif // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////
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");