diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-11-02 10:29:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-11-02 10:29:30 +0000 |
commit | 2d043179f4723b15eb63df92d6cdb031511f10ee (patch) | |
tree | 63f7a8b55508d062094df2fd6f073e992d38a20a /plugins/!Deprecated/MSN/proto_msn/res | |
parent | c92d3aa1e15c0b41341a4b12f40ec7e295bf873a (diff) |
MSN protocol stopped working (R.I.P), moved to deprecated, banned by the core, delete mask in PluginUpdater was created
git-svn-id: http://svn.miranda-ng.org/main/trunk@10896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!Deprecated/MSN/proto_msn/res')
-rw-r--r-- | plugins/!Deprecated/MSN/proto_msn/res/Away.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | plugins/!Deprecated/MSN/proto_msn/res/Invisible.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | plugins/!Deprecated/MSN/proto_msn/res/Occupied.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | plugins/!Deprecated/MSN/proto_msn/res/Offline.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | plugins/!Deprecated/MSN/proto_msn/res/Online.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | plugins/!Deprecated/MSN/proto_msn/res/Phone.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | plugins/!Deprecated/MSN/proto_msn/res/Proto_MSN.rc | 74 |
7 files changed, 74 insertions, 0 deletions
diff --git a/plugins/!Deprecated/MSN/proto_msn/res/Away.ico b/plugins/!Deprecated/MSN/proto_msn/res/Away.ico Binary files differnew file mode 100644 index 0000000000..861c161ed1 --- /dev/null +++ b/plugins/!Deprecated/MSN/proto_msn/res/Away.ico diff --git a/plugins/!Deprecated/MSN/proto_msn/res/Invisible.ico b/plugins/!Deprecated/MSN/proto_msn/res/Invisible.ico Binary files differnew file mode 100644 index 0000000000..382e3bf50d --- /dev/null +++ b/plugins/!Deprecated/MSN/proto_msn/res/Invisible.ico diff --git a/plugins/!Deprecated/MSN/proto_msn/res/Occupied.ico b/plugins/!Deprecated/MSN/proto_msn/res/Occupied.ico Binary files differnew file mode 100644 index 0000000000..47c63a4214 --- /dev/null +++ b/plugins/!Deprecated/MSN/proto_msn/res/Occupied.ico diff --git a/plugins/!Deprecated/MSN/proto_msn/res/Offline.ico b/plugins/!Deprecated/MSN/proto_msn/res/Offline.ico Binary files differnew file mode 100644 index 0000000000..d52328aa47 --- /dev/null +++ b/plugins/!Deprecated/MSN/proto_msn/res/Offline.ico diff --git a/plugins/!Deprecated/MSN/proto_msn/res/Online.ico b/plugins/!Deprecated/MSN/proto_msn/res/Online.ico Binary files differnew file mode 100644 index 0000000000..7388d3928f --- /dev/null +++ b/plugins/!Deprecated/MSN/proto_msn/res/Online.ico diff --git a/plugins/!Deprecated/MSN/proto_msn/res/Phone.ico b/plugins/!Deprecated/MSN/proto_msn/res/Phone.ico Binary files differnew file mode 100644 index 0000000000..144bc48e59 --- /dev/null +++ b/plugins/!Deprecated/MSN/proto_msn/res/Phone.ico diff --git a/plugins/!Deprecated/MSN/proto_msn/res/Proto_MSN.rc b/plugins/!Deprecated/MSN/proto_msn/res/Proto_MSN.rc new file mode 100644 index 0000000000..6d2a82de81 --- /dev/null +++ b/plugins/!Deprecated/MSN/proto_msn/res/Proto_MSN.rc @@ -0,0 +1,74 @@ +// 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"
+IDI_ICON6 ICON "Occupied.ico"
+IDI_ICON8 ICON "Phone.ico"
+#endif // Russian (Russia) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|