mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[browseui]
set correct codepage for translations (UTF-8) svn path=/branches/shell-experiments/; revision=63431
This commit is contained in:
parent
fe43858e1e
commit
f83bcc1212
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ IDR_REGTREEOPTIONS REGISTRY "res/regtreeoptions.rgs"
|
|||
//#include "lang/zh-TW.rc"
|
||||
|
||||
/* UTF-8 */
|
||||
#pragma code_page(65001)
|
||||
|
||||
#ifdef LANGUAGE_BG_BG
|
||||
#include "lang/bg-BG.rc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue