diff options
Diffstat (limited to 'plugins/weather/proto_weather/resource.h')
-rw-r--r-- | plugins/weather/proto_weather/resource.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/weather/proto_weather/resource.h b/plugins/weather/proto_weather/resource.h new file mode 100644 index 0000000000..0ac64a0f1c --- /dev/null +++ b/plugins/weather/proto_weather/resource.h @@ -0,0 +1,26 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by resource.rc
+//
+#define IDI_ONLINE 104
+#define IDI_OFFLINE 105
+#define IDI_AWAY 128
+#define IDI_FREE4CHAT 129
+#define IDI_INVISIBLE 130
+#define IDI_NA 131
+#define IDI_DND 158
+#define IDI_OCCUPIED 159
+#define IDI_ONTHEPHONE 1002
+#define IDI_OUTTOLUNCH 1003
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC 1
+#define _APS_NEXT_RESOURCE_VALUE 224
+#define _APS_NEXT_COMMAND_VALUE 40030
+#define _APS_NEXT_CONTROL_VALUE 2117
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|