diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-01-04 10:28:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-01-04 10:28:16 +0000 |
commit | 9836449cc5779cf5e532cbdb0e8604efe587eb67 (patch) | |
tree | 296fa421f30bddca628de5f64ece9a8a5006d2f9 /protocols | |
parent | 081bcba671cce957fe429e29dbeaeb5e05155175 (diff) |
WART utility updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@7488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/WhatsApp/res/WART-1.6.3.0.exe (renamed from protocols/WhatsApp/res/WART-1.5.4.0.exe) | bin | 3171328 -> 3135488 bytes | |||
-rw-r--r-- | protocols/WhatsApp/res/whatsapp.rc | 2 | ||||
-rw-r--r-- | protocols/WhatsApp/src/main.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/protocols/WhatsApp/res/WART-1.5.4.0.exe b/protocols/WhatsApp/res/WART-1.6.3.0.exe Binary files differindex 5063808498..b3d29b8065 100644 --- a/protocols/WhatsApp/res/WART-1.5.4.0.exe +++ b/protocols/WhatsApp/res/WART-1.6.3.0.exe diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index 105f28c18e..94dafef355 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.5.4.0.exe"
+IDR_REGISTERUTILITY BIN "WART-1.6.3.0.exe"
#endif // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index 63834058f7..7bcabd973b 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.4.0.exe");
+ ::mir_snwprintf(fileName, SIZEOF(fileName), L"%s\\%s", fileName, L"WART-1.6.3.0.exe");
if ( ::GetFileAttributes(fileName) == DWORD(-1))
{
HRSRC hRes = ::FindResource(hInstance, MAKEINTRESOURCE(IDR_REGISTERUTILITY), L"BIN");
|