diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-28 18:45:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-28 18:45:54 +0000 |
commit | a70382b0e8bed265a1d314d9f6aae8f2dd48d20b (patch) | |
tree | 9a99a073c0d7b9483dab51a0eebf04a9119f61ed /protocols/Weather/proto_weather/res | |
parent | 68fb5b69ea8403a3f9dcb70b3133eb10e1711000 (diff) |
ex-protos moved to the Plugins folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@2545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/proto_weather/res')
-rw-r--r-- | protocols/Weather/proto_weather/res/Cloud.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/FOG.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/LIGHT.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/NA.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/PCLOUDY.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/RAIN.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/RSHOWER.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/SNOW.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/SSHOWER.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/SUN.ico | bin | 6830 -> 0 bytes | |||
-rw-r--r-- | protocols/Weather/proto_weather/res/resource.rc | 41 |
11 files changed, 0 insertions, 41 deletions
diff --git a/protocols/Weather/proto_weather/res/Cloud.ico b/protocols/Weather/proto_weather/res/Cloud.ico Binary files differdeleted file mode 100644 index 2edb539dcb..0000000000 --- a/protocols/Weather/proto_weather/res/Cloud.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/FOG.ico b/protocols/Weather/proto_weather/res/FOG.ico Binary files differdeleted file mode 100644 index fbd81b9a03..0000000000 --- a/protocols/Weather/proto_weather/res/FOG.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/LIGHT.ico b/protocols/Weather/proto_weather/res/LIGHT.ico Binary files differdeleted file mode 100644 index d266094fbe..0000000000 --- a/protocols/Weather/proto_weather/res/LIGHT.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/NA.ico b/protocols/Weather/proto_weather/res/NA.ico Binary files differdeleted file mode 100644 index 3e4a3aa324..0000000000 --- a/protocols/Weather/proto_weather/res/NA.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/PCLOUDY.ico b/protocols/Weather/proto_weather/res/PCLOUDY.ico Binary files differdeleted file mode 100644 index be3d0c88bd..0000000000 --- a/protocols/Weather/proto_weather/res/PCLOUDY.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/RAIN.ico b/protocols/Weather/proto_weather/res/RAIN.ico Binary files differdeleted file mode 100644 index 4b65fb6714..0000000000 --- a/protocols/Weather/proto_weather/res/RAIN.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/RSHOWER.ico b/protocols/Weather/proto_weather/res/RSHOWER.ico Binary files differdeleted file mode 100644 index 442552e155..0000000000 --- a/protocols/Weather/proto_weather/res/RSHOWER.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/SNOW.ico b/protocols/Weather/proto_weather/res/SNOW.ico Binary files differdeleted file mode 100644 index 1a482c3bc8..0000000000 --- a/protocols/Weather/proto_weather/res/SNOW.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/SSHOWER.ico b/protocols/Weather/proto_weather/res/SSHOWER.ico Binary files differdeleted file mode 100644 index 0bd2264413..0000000000 --- a/protocols/Weather/proto_weather/res/SSHOWER.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/SUN.ico b/protocols/Weather/proto_weather/res/SUN.ico Binary files differdeleted file mode 100644 index b37fc6ad2a..0000000000 --- a/protocols/Weather/proto_weather/res/SUN.ico +++ /dev/null diff --git a/protocols/Weather/proto_weather/res/resource.rc b/protocols/Weather/proto_weather/res/resource.rc deleted file mode 100644 index b059c0696d..0000000000 --- a/protocols/Weather/proto_weather/res/resource.rc +++ /dev/null @@ -1,41 +0,0 @@ -//Microsoft Developer Studio generated resource script.
-//
-
-#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.
-104 ICON "SUN.ico"
-105 ICON "NA.ico"
-128 ICON "PCLOUDY.ico"
-129 ICON "RSHOWER.ico"
-130 ICON "LIGHT.ico"
-131 ICON "RAIN.ico"
-158 ICON "SNOW.ico"
-159 ICON "CLOUD.ico"
-1002 ICON "SSHOWER.ico"
-1003 ICON "FOG.ico"
-
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
\ No newline at end of file |