From a338e594273bda039eec784ecb461395f23bd56e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 17 May 2012 15:50:17 +0000 Subject: - missing plugins added - fixes for the status plugins' projects - other VS2010 projects cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@13 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/weather/proto_weather/resource.rc | 81 +++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 plugins/weather/proto_weather/resource.rc (limited to 'plugins/weather/proto_weather/resource.rc') diff --git a/plugins/weather/proto_weather/resource.rc b/plugins/weather/proto_weather/resource.rc new file mode 100644 index 0000000000..09a6fb0cb9 --- /dev/null +++ b/plugins/weather/proto_weather/resource.rc @@ -0,0 +1,81 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// Neutral resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) +#ifdef _WIN32 +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_ONLINE ICON "wicons\\SUN.ico" +IDI_OFFLINE ICON "wicons\\NA.ico" +IDI_AWAY ICON "wicons\\PCLOUDY.ico" +IDI_DND ICON "wicons\\RSHOWER.ico" +IDI_INVISIBLE ICON "wicons\\LIGHT.ico" +IDI_OCCUPIED ICON "wicons\\RAIN.ico" +IDI_FREE4CHAT ICON "wicons\\SNOW.ico" +IDI_NA ICON "wicons\\CLOUD.ico" +IDI_ONTHEPHONE ICON "wicons\\SSHOWER.ico" +IDI_OUTTOLUNCH ICON "wicons\\FOG.ico" + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include \r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // Neutral resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + -- cgit v1.2.3