Change the code page to 1252 in the Swedish translation to fix some characters (discovered by Harteex on IRC)

svn path=/trunk/; revision=34226
This commit is contained in:
Colin Finck 2008-06-30 21:22:33 +00:00
parent dc4f087e94
commit 75e6f09822

View file

@ -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
/////////////////////////////////////////////////////////////////////////////