diff options
author | dartraiden <wowemuh@gmail.com> | 2022-10-19 23:10:42 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-10-19 23:10:42 +0300 |
commit | f9842d5d09edeb40f296e9f09be9cc22ac810d41 (patch) | |
tree | a9dd970b81922851986e1611ad9e013894d711d0 /protocols/WhatsApp/proto_whatsapp/res | |
parent | f56f50c2dcbd452868520a58c9ae811108545c0e (diff) |
Rename WhatsAppWeb to WhatsApp
Diffstat (limited to 'protocols/WhatsApp/proto_whatsapp/res')
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Away.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Invisible.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Offline.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Online.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/WhatsApp/proto_whatsapp/res/Proto_WhatsApp.rc | 72 |
5 files changed, 72 insertions, 0 deletions
diff --git a/protocols/WhatsApp/proto_whatsapp/res/Away.ico b/protocols/WhatsApp/proto_whatsapp/res/Away.ico Binary files differnew file mode 100644 index 0000000000..9c07e3fa13 --- /dev/null +++ b/protocols/WhatsApp/proto_whatsapp/res/Away.ico diff --git a/protocols/WhatsApp/proto_whatsapp/res/Invisible.ico b/protocols/WhatsApp/proto_whatsapp/res/Invisible.ico Binary files differnew file mode 100644 index 0000000000..cb743a4bfe --- /dev/null +++ b/protocols/WhatsApp/proto_whatsapp/res/Invisible.ico diff --git a/protocols/WhatsApp/proto_whatsapp/res/Offline.ico b/protocols/WhatsApp/proto_whatsapp/res/Offline.ico Binary files differnew file mode 100644 index 0000000000..4019c68283 --- /dev/null +++ b/protocols/WhatsApp/proto_whatsapp/res/Offline.ico diff --git a/protocols/WhatsApp/proto_whatsapp/res/Online.ico b/protocols/WhatsApp/proto_whatsapp/res/Online.ico Binary files differnew file mode 100644 index 0000000000..2143ea1438 --- /dev/null +++ b/protocols/WhatsApp/proto_whatsapp/res/Online.ico diff --git a/protocols/WhatsApp/proto_whatsapp/res/Proto_WhatsApp.rc b/protocols/WhatsApp/proto_whatsapp/res/Proto_WhatsApp.rc new file mode 100644 index 0000000000..469a8d4484 --- /dev/null +++ b/protocols/WhatsApp/proto_whatsapp/res/Proto_WhatsApp.rc @@ -0,0 +1,72 @@ +// Microsoft Visual C++ generated resource script. +// +#include "..\src\resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "afxres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Russian (Russia) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "..\\src\\resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ICON1 ICON "Offline.ico" +IDI_ICON2 ICON "Online.ico" +IDI_ICON3 ICON "Away.ico" +IDI_ICON4 ICON "Invisible.ico" +#endif // Russian (Russia) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + |