Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-05-08 16:32:58 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-05-08 16:32:58 +0400
commit013973da329d147c392de7df215a9ee18f71e6f9 (patch)
treef1013db0fb80f3c4cafd1a9c21d6cc5b775f721f /src/filters/parser/StreamDriveThru/streamdrivethru.rc
parentf133f48faec4e6fa8b848e0005e933e4f3bc69e9 (diff)
cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1865 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/parser/StreamDriveThru/streamdrivethru.rc')
-rw-r--r--src/filters/parser/StreamDriveThru/streamdrivethru.rc23
1 files changed, 5 insertions, 18 deletions
diff --git a/src/filters/parser/StreamDriveThru/streamdrivethru.rc b/src/filters/parser/StreamDriveThru/streamdrivethru.rc
index 29f35a78d..bfa30b944 100644
--- a/src/filters/parser/StreamDriveThru/streamdrivethru.rc
+++ b/src/filters/parser/StreamDriveThru/streamdrivethru.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -46,7 +46,7 @@ BEGIN
BEGIN
VALUE "Comments", "http://sourceforge.net/projects/mpc-hc/"
VALUE "CompanyName", "MPC-HC Team"
- VALUE "FileDescription", "StreamDriverThru Filter"
+ VALUE "FileDescription", "StreamDriverThru Filter"
VALUE "FileVersion", "1, 1, 0, 0"
VALUE "InternalName", "StreamDriverThru Filter"
VALUE "LegalCopyright", "Copyright (C) 2002-2010 see AUTHORS file"
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian 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
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-