summaryrefslogtreecommitdiff
path: root/plugins/Weather/proto_weather/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-28 18:45:54 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-28 18:45:54 +0000
commita70382b0e8bed265a1d314d9f6aae8f2dd48d20b (patch)
tree9a99a073c0d7b9483dab51a0eebf04a9119f61ed /plugins/Weather/proto_weather/res
parent68fb5b69ea8403a3f9dcb70b3133eb10e1711000 (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 'plugins/Weather/proto_weather/res')
-rw-r--r--plugins/Weather/proto_weather/res/Cloud.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/FOG.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/LIGHT.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/NA.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/PCLOUDY.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/RAIN.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/RSHOWER.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/SNOW.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/SSHOWER.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/SUN.icobin0 -> 6830 bytes
-rw-r--r--plugins/Weather/proto_weather/res/resource.rc41
11 files changed, 41 insertions, 0 deletions
diff --git a/plugins/Weather/proto_weather/res/Cloud.ico b/plugins/Weather/proto_weather/res/Cloud.ico
new file mode 100644
index 0000000000..2edb539dcb
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/Cloud.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/FOG.ico b/plugins/Weather/proto_weather/res/FOG.ico
new file mode 100644
index 0000000000..fbd81b9a03
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/FOG.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/LIGHT.ico b/plugins/Weather/proto_weather/res/LIGHT.ico
new file mode 100644
index 0000000000..d266094fbe
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/LIGHT.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/NA.ico b/plugins/Weather/proto_weather/res/NA.ico
new file mode 100644
index 0000000000..3e4a3aa324
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/NA.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/PCLOUDY.ico b/plugins/Weather/proto_weather/res/PCLOUDY.ico
new file mode 100644
index 0000000000..be3d0c88bd
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/PCLOUDY.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/RAIN.ico b/plugins/Weather/proto_weather/res/RAIN.ico
new file mode 100644
index 0000000000..4b65fb6714
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/RAIN.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/RSHOWER.ico b/plugins/Weather/proto_weather/res/RSHOWER.ico
new file mode 100644
index 0000000000..442552e155
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/RSHOWER.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/SNOW.ico b/plugins/Weather/proto_weather/res/SNOW.ico
new file mode 100644
index 0000000000..1a482c3bc8
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/SNOW.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/SSHOWER.ico b/plugins/Weather/proto_weather/res/SSHOWER.ico
new file mode 100644
index 0000000000..0bd2264413
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/SSHOWER.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/SUN.ico b/plugins/Weather/proto_weather/res/SUN.ico
new file mode 100644
index 0000000000..b37fc6ad2a
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/SUN.ico
Binary files differ
diff --git a/plugins/Weather/proto_weather/res/resource.rc b/plugins/Weather/proto_weather/res/resource.rc
new file mode 100644
index 0000000000..b059c0696d
--- /dev/null
+++ b/plugins/Weather/proto_weather/res/resource.rc
@@ -0,0 +1,41 @@
+//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