https://git.reactos.org/?p=reactos.git;a=commitdiff;h=56c060b8761cb219ab9eb6a9c39a4fc862e16f1b

commit 56c060b8761cb219ab9eb6a9c39a4fc862e16f1b
Author:     Stanislav Motylkov <x86co...@gmail.com>
AuthorDate: Fri Apr 24 02:48:22 2020 +0300
Commit:     Stanislav Motylkov <x86co...@gmail.com>
CommitDate: Fri Apr 24 02:48:22 2020 +0300

    [INTL] Fix build (#2612)
    
    Addendum to 76dd2fc.
---
 dll/cpl/intl/lang/id-ID.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/cpl/intl/lang/id-ID.rc b/dll/cpl/intl/lang/id-ID.rc
index 02b28a8d006..300d42407a6 100644
--- a/dll/cpl/intl/lang/id-ID.rc
+++ b/dll/cpl/intl/lang/id-ID.rc
@@ -1,4 +1,4 @@
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+LANGUAGE LANG_INDONESIAN, SUBLANG_DEFAULT
 
 IDD_GENERALPAGE DIALOGEX 0, 0, 246, 230
 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION

Reply via email to