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_VoIP.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_VoIP.rc')
-rw-r--r-- | plugins/FingerPrintModPlus/res/icons_VoIP.rc | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/plugins/FingerPrintModPlus/res/icons_VoIP.rc b/plugins/FingerPrintModPlus/res/icons_VoIP.rc deleted file mode 100644 index 72377b5508..0000000000 --- a/plugins/FingerPrintModPlus/res/icons_VoIP.rc +++ /dev/null @@ -1,73 +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.
-//##############################################################################################################
-//######################################### VoIP clients #######################################################
-//##############################################################################################################
- IDI_GIZMO ICON "icons\\VoIP\\Gizmo.ico"
- IDI_WENGOPHONE ICON "icons\\VoIP\\WengoPhone.ico"
- IDI_ZOEP ICON "icons\\VoIP\\Zoep.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
-
|