diff options
Diffstat (limited to 'plugins/Weather/proto_weather/res')
-rw-r--r-- | plugins/Weather/proto_weather/res/Cloud.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/FOG.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/LIGHT.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/NA.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/PCLOUDY.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/RAIN.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/RSHOWER.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/SNOW.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/SSHOWER.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/SUN.ico | bin | 0 -> 6830 bytes | |||
-rw-r--r-- | plugins/Weather/proto_weather/res/resource.rc | 41 |
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 Binary files differnew file mode 100644 index 0000000000..2edb539dcb --- /dev/null +++ b/plugins/Weather/proto_weather/res/Cloud.ico diff --git a/plugins/Weather/proto_weather/res/FOG.ico b/plugins/Weather/proto_weather/res/FOG.ico Binary files differnew file mode 100644 index 0000000000..fbd81b9a03 --- /dev/null +++ b/plugins/Weather/proto_weather/res/FOG.ico diff --git a/plugins/Weather/proto_weather/res/LIGHT.ico b/plugins/Weather/proto_weather/res/LIGHT.ico Binary files differnew file mode 100644 index 0000000000..d266094fbe --- /dev/null +++ b/plugins/Weather/proto_weather/res/LIGHT.ico diff --git a/plugins/Weather/proto_weather/res/NA.ico b/plugins/Weather/proto_weather/res/NA.ico Binary files differnew file mode 100644 index 0000000000..3e4a3aa324 --- /dev/null +++ b/plugins/Weather/proto_weather/res/NA.ico diff --git a/plugins/Weather/proto_weather/res/PCLOUDY.ico b/plugins/Weather/proto_weather/res/PCLOUDY.ico Binary files differnew file mode 100644 index 0000000000..be3d0c88bd --- /dev/null +++ b/plugins/Weather/proto_weather/res/PCLOUDY.ico diff --git a/plugins/Weather/proto_weather/res/RAIN.ico b/plugins/Weather/proto_weather/res/RAIN.ico Binary files differnew file mode 100644 index 0000000000..4b65fb6714 --- /dev/null +++ b/plugins/Weather/proto_weather/res/RAIN.ico diff --git a/plugins/Weather/proto_weather/res/RSHOWER.ico b/plugins/Weather/proto_weather/res/RSHOWER.ico Binary files differnew file mode 100644 index 0000000000..442552e155 --- /dev/null +++ b/plugins/Weather/proto_weather/res/RSHOWER.ico diff --git a/plugins/Weather/proto_weather/res/SNOW.ico b/plugins/Weather/proto_weather/res/SNOW.ico Binary files differnew file mode 100644 index 0000000000..1a482c3bc8 --- /dev/null +++ b/plugins/Weather/proto_weather/res/SNOW.ico diff --git a/plugins/Weather/proto_weather/res/SSHOWER.ico b/plugins/Weather/proto_weather/res/SSHOWER.ico Binary files differnew file mode 100644 index 0000000000..0bd2264413 --- /dev/null +++ b/plugins/Weather/proto_weather/res/SSHOWER.ico diff --git a/plugins/Weather/proto_weather/res/SUN.ico b/plugins/Weather/proto_weather/res/SUN.ico Binary files differnew file mode 100644 index 0000000000..b37fc6ad2a --- /dev/null +++ b/plugins/Weather/proto_weather/res/SUN.ico 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 |