diff options
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
/////////////////////////////////////////////////////////////////////////////
|