mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 11:33:43 +00:00
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:
parent
dc4f087e94
commit
75e6f09822
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue