diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-22 15:38:17 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-22 15:38:17 +0000 |
commit | 04062c6cad948d9e6327a86d4a250574c6fc8bc9 (patch) | |
tree | 05e1c667ed1b13c95987ee64f3bed333c3d72a7c | |
parent | 52feff1ad906dc2e4fbf5e6cf4b5f881b67115d1 (diff) |
fixed resource opening
git-svn-id: http://svn.miranda-ng.org/main/trunk@2797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/IgnoreState/res/ignore.rc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/IgnoreState/res/ignore.rc b/plugins/IgnoreState/res/ignore.rc index aad44a7619..02c8e19e3c 100644 --- a/plugins/IgnoreState/res/ignore.rc +++ b/plugins/IgnoreState/res/ignore.rc @@ -13,9 +13,6 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Russian resources
-
-/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
@@ -25,16 +22,6 @@ IDI_IFULL ICON "ignore_full.ico"
IDI_IPART ICON "ignore_partial.ico"
IDI_IMESS ICON "ignore_message.ico"
-#endif // Russian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// Английский (США) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -61,7 +48,6 @@ END #endif // APSTUDIO_INVOKED
-
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
@@ -78,7 +64,6 @@ BEGIN "Button",BS_AUTOCHECKBOX | BS_TOP | BS_MULTILINE | WS_TABSTOP,74,131,200,25
END
-
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
@@ -106,11 +91,6 @@ BEGIN END
#endif // APSTUDIO_INVOKED
-#endif // Английский (США) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
@@ -120,4 +100,3 @@ END /////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
|