[ros-diffs] [cfinck] 34226: Change the code page to 1252 in the Swedish translation to fix some characters (discovered by Harteex on IRC)

cfinck at svn.reactos.org cfinck at svn.reactos.org
Mon Jun 30 23:22:34 CEST 2008


Author: cfinck
Date: Mon Jun 30 16:22:33 2008
New Revision: 34226

URL: http://svn.reactos.org/svn/reactos?rev=34226&view=rev
Log:
Change the code page to 1252 in the Swedish translation to fix some characters (discovered by Harteex on IRC)

Modified:
    trunk/reactos/base/applications/taskmgr/lang/sv-SE.rc

Modified: trunk/reactos/base/applications/taskmgr/lang/sv-SE.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/lang/sv-SE.rc?rev=34226&r1=34225&r2=34226&view=diff
==============================================================================
--- trunk/reactos/base/applications/taskmgr/lang/sv-SE.rc [iso-8859-1] (original)
+++ trunk/reactos/base/applications/taskmgr/lang/sv-SE.rc [iso-8859-1] Mon Jun 30 16:22:33 2008
@@ -21,7 +21,7 @@
 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SWE)
 #ifdef _WIN32
 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
-#pragma code_page(850)
+#pragma code_page(1252)
 #endif //_WIN32
 
 /////////////////////////////////////////////////////////////////////////////



More information about the Ros-diffs mailing list