diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-02 20:51:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-02 20:51:46 +0000 |
commit | 4f0bbea5843f8ab3c0242f560ea60fdf23de3ed7 (patch) | |
tree | 8a6c33f460a8f8273e00b2cfc90c759ba7c0c9eb /plugins/FingerPrintModPlus/res/icons_Weather.rc | |
parent | f12bf963f7d43af7d2c7f8779eeac9d122a72d57 (diff) |
- FingerprintNG is a new default fingerprint now.
- FingerPrintModPlus moved to deprecated
- PluginUpdater renames the fingerprint icons to match FingerprintNG
git-svn-id: http://svn.miranda-ng.org/main/trunk@2612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerPrintModPlus/res/icons_Weather.rc')
-rw-r--r-- | plugins/FingerPrintModPlus/res/icons_Weather.rc | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/plugins/FingerPrintModPlus/res/icons_Weather.rc b/plugins/FingerPrintModPlus/res/icons_Weather.rc deleted file mode 100644 index cc2f04507a..0000000000 --- a/plugins/FingerPrintModPlus/res/icons_Weather.rc +++ /dev/null @@ -1,92 +0,0 @@ -// Microsoft Visual C++ generated resource script.
-//
-#include "..\src\resource.h"
-
-//
-// Generated from the TEXTINCLUDE 2 resource.
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-#include "afxres.h"
-/////////////////////////////////////////////////////////////////////////////
-#undef APSTUDIO_READONLY_SYMBOLS
-
-/////////////////////////////////////////////////////////////////////////////
-// Russian resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
-#ifdef _WIN32
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-#pragma code_page(1251)
-#endif //_WIN32
-
-#endif // Russian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// 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.
-//##############################################################################################################
-//############################################# Weather ########################################################
-//##############################################################################################################
- IDI_ACCU ICON "icons\\Weather\\accu.ico"
- IDI_GISMETEO ICON "icons\\Weather\\gismeteo.ico"
- IDI_INTELLI ICON "icons\\Weather\\intelli.ico"
- IDI_METEOGID ICON "icons\\Weather\\meteogid.ico"
- IDI_METEONOVOSTI ICON "icons\\Weather\\meteonovosti.ico"
- IDI_NOAA ICON "icons\\Weather\\noaa.ico"
- IDI_REALMETEO ICON "icons\\Weather\\realmeteo.ico"
- IDI_UNDERGROUND ICON "icons\\Weather\\underground.ico"
- IDI_WEATHER ICON "icons\\Weather\\weather.ico"
- IDI_WEATHER_CN ICON "icons\\Weather\\weather_cn.ico"
- IDI_WEATHERXML ICON "icons\\Weather\\weatherxml.ico"
- IDI_WETTER ICON "icons\\Weather\\wetter.ico"
- IDI_YWEATHER ICON "icons\\Weather\\yweather.ico"
-
-//##############################################################################################################
-//################################################## Overlays ##################################################
-//##############################################################################################################
-
-//##############################################################################################################
-//################################# Weather overlays ###########################################################
-//##############################################################################################################
- IDI_CLIENT_WEATHER ICON "icons\\Weather\\weather_over.ico"
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// String Table
-//
-
-STRINGTABLE
-BEGIN
- IDS_IDENTIFY "# Finger Icons #"
-END
-
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
-
|