diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-10 09:06:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-10 09:06:13 +0000 |
commit | 1216b6c0235d6f55c29671c6b2b1074c8962da38 (patch) | |
tree | da4617df8509d81c1751563a8da847872662a731 /plugins/mRadio/proto_mradio/res | |
parent | 58a0d4659d4735f9d5c724f9d7c950e50565abf9 (diff) |
mRadio moved to protocols
in fpc.cfg added pathes for protocols folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@1859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mRadio/proto_mradio/res')
-rw-r--r-- | plugins/mRadio/proto_mradio/res/proto_away.ico | bin | 2550 -> 0 bytes | |||
-rw-r--r-- | plugins/mRadio/proto_mradio/res/proto_invisible.ico | bin | 2550 -> 0 bytes | |||
-rw-r--r-- | plugins/mRadio/proto_mradio/res/proto_offline.ico | bin | 2550 -> 0 bytes | |||
-rw-r--r-- | plugins/mRadio/proto_mradio/res/proto_online.ico | bin | 2550 -> 0 bytes | |||
-rw-r--r-- | plugins/mRadio/proto_mradio/res/resource.rc | 37 |
5 files changed, 0 insertions, 37 deletions
diff --git a/plugins/mRadio/proto_mradio/res/proto_away.ico b/plugins/mRadio/proto_mradio/res/proto_away.ico Binary files differdeleted file mode 100644 index f9d97408f8..0000000000 --- a/plugins/mRadio/proto_mradio/res/proto_away.ico +++ /dev/null diff --git a/plugins/mRadio/proto_mradio/res/proto_invisible.ico b/plugins/mRadio/proto_mradio/res/proto_invisible.ico Binary files differdeleted file mode 100644 index 6a868bc106..0000000000 --- a/plugins/mRadio/proto_mradio/res/proto_invisible.ico +++ /dev/null diff --git a/plugins/mRadio/proto_mradio/res/proto_offline.ico b/plugins/mRadio/proto_mradio/res/proto_offline.ico Binary files differdeleted file mode 100644 index 5a7e6172ac..0000000000 --- a/plugins/mRadio/proto_mradio/res/proto_offline.ico +++ /dev/null diff --git a/plugins/mRadio/proto_mradio/res/proto_online.ico b/plugins/mRadio/proto_mradio/res/proto_online.ico Binary files differdeleted file mode 100644 index 53f13cddca..0000000000 --- a/plugins/mRadio/proto_mradio/res/proto_online.ico +++ /dev/null diff --git a/plugins/mRadio/proto_mradio/res/resource.rc b/plugins/mRadio/proto_mradio/res/resource.rc deleted file mode 100644 index 43ad52b944..0000000000 --- a/plugins/mRadio/proto_mradio/res/resource.rc +++ /dev/null @@ -1,37 +0,0 @@ -//Microsoft Developer Studio generated resource script.
-//
-
-#include "..\src\resource.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include "winres.h"
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-IDI_ICON1 ICON "proto_online.ico"
-IDI_ICON2 ICON "proto_offline.ico"
-IDI_ICON3 ICON "proto_away.ico"
-IDI_ICON4 ICON "proto_invisible.ico"
-
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
\ No newline at end of file |