diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-29 06:06:33 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-29 06:06:33 +0000 |
commit | 55d1905cffff485f577d49654a18362cbcfb61ec (patch) | |
tree | 8ee949f54dcf001568037ecc0b8ebb01fe2bd153 /plugins/FingerprintNG/iconpacks | |
parent | 5befe30aa1ff4a3a8c227e3a8f44fa4d58ab7334 (diff) |
added option for disabling secure overlay
git-svn-id: http://svn.miranda-ng.org/main/trunk@3327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/iconpacks')
-rw-r--r-- | plugins/FingerprintNG/iconpacks/res/fp_icons.rc | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/plugins/FingerprintNG/iconpacks/res/fp_icons.rc b/plugins/FingerprintNG/iconpacks/res/fp_icons.rc index f1f1a418b4..3fd9b43bbf 100644 --- a/plugins/FingerprintNG/iconpacks/res/fp_icons.rc +++ b/plugins/FingerprintNG/iconpacks/res/fp_icons.rc @@ -12,28 +12,6 @@ #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
//
@@ -691,21 +669,6 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDI_UNICODE_CLIENT ICON "overlays\\overlay_Unicode.ico"
-/////////////////////////////////////////////////////////////////////////////
-//
-// String Table
-//
-
-STRINGTABLE
-BEGIN
- IDS_IDENTIFY "# Finger Icons #"
-END
-
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
|