diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ed7d890933..e2e64bb050 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2000-11-03 22:30 UTC+0100 (for) Charles,Kwon + * source/lang/msgko.c + Charles,Kwon update as requested ... + 2000-11-02 20:35 UTC+0800 Ron Pinkas * contrib/dot/pp.prg ! Corrected minor bug with [] string delimiters. diff --git a/harbour/source/lang/msgko.c b/harbour/source/lang/msgko.c index 939b298aa7..a8825f6889 100644 --- a/harbour/source/lang/msgko.c +++ b/harbour/source/lang/msgko.c @@ -6,7 +6,7 @@ * Harbour Project source code: * Language Support Module (KR) * - * Copyright 2000 Kwon, Oh-Chul + * Copyright 2000 Kwon, Oh-Jun * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify @@ -71,10 +71,10 @@ static HB_LANG s_lang = "ÀÏ¿äÀÏ", "¿ù¿äÀÏ", "È­¿äÀÏ", - "¼ö" - "¸ñ", - "±Ý", - "Åä", + "¼ö¿äÀÏ" + "¸ñ¿äÀÏ", + "±Ý¿äÀÏ", + "Åä¿äÀÏ", /* CA-Cl*pper compatible natmsg items */ @@ -174,7 +174,7 @@ static HB_LANG s_lang = /* Texts */ - "YYYY-MM-DD", + "YYYY/MM/DD", "Y", "N" } @@ -188,4 +188,3 @@ HB_CALL_ON_STARTUP_END( hb_lang_Init_KO ) #if ! defined(__GNUC__) && ! defined(_MSC_VER) #pragma startup hb_lang_Init_KO #endif -