diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 18:17:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 18:17:40 +0000 |
commit | eb8172c20b02c2acb9d4c92a81275a418640fbd6 (patch) | |
tree | 30b8abb49de88698bdab42a9f5ce28f3f8cc89c0 /plugins/SpellChecker/res/resource.rc | |
parent | 6b38bd980c93eb70ce88641ef8c89ad4839940bd (diff) |
added precompiled header
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/res/resource.rc')
-rw-r--r-- | plugins/SpellChecker/res/resource.rc | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/plugins/SpellChecker/res/resource.rc b/plugins/SpellChecker/res/resource.rc index e3dd3fd55b..3409040a2a 100644 --- a/plugins/SpellChecker/res/resource.rc +++ b/plugins/SpellChecker/res/resource.rc @@ -7,7 +7,7 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include "winresrc.h"
+#include "winres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -125,16 +125,6 @@ BEGIN END
#endif // APSTUDIO_INVOKED
-#endif // Neutral resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (United States) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
/////////////////////////////////////////////////////////////////////////////
//
@@ -146,16 +136,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDI_NO_CHECK ICON "no_spellcheck.ico"
IDI_CHECK ICON "spellcheck.ico"
IDI_UNKNOWN_FLAG ICON "unknown.ico"
-#endif // English (United States) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (Canada) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENC)
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_CAN
-#pragma code_page(1252)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -170,7 +151,7 @@ END 2 TEXTINCLUDE
BEGIN
- "#include ""winresrc.h""\r\n"
+ "#include ""winres.h""\r\n"
"\0"
END
@@ -182,7 +163,7 @@ END #endif // APSTUDIO_INVOKED
-#endif // English (Canada) resources
+#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|