2009-02-12 11:43 UTC+0200 Petr Chornyj (myorg63 at mail.ru)

* /source/lang/msguawin.c
  * /source/lang/msgua866.c
  * /source/lang/msguakoi.c
    * Minor changes.
This commit is contained in:
Petr Chornyj
2009-02-12 09:46:17 +00:00
parent c70e787f15
commit b48e515893
3 changed files with 16 additions and 4 deletions

View File

@@ -8,6 +8,18 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-02-12 11:43 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
* /source/lang/msguawin.c
* /source/lang/msgua866.c
* /source/lang/msguakoi.c
* Minor changes.
2009-02-12 10:49 UTC+0200 Petr Chornyj (myorg63 at mail.ru)
* /source/lang/msguawin.c
* /source/lang/msgua866.c
* /source/lang/msguakoi.c
* Corrected bad Ukrainian localization
2009-12-11 18:09 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/gtwvg/wvgwin.c
- #include "hbwapi.h"

View File

@@ -4,7 +4,7 @@
/*
* Harbour Project source code:
* Language Support Module (UAWIN)
* Language Support Module (UA866)
*
* Copyright 2004 Pavel Tsarenko <tpe2@mail.ru>
* www - http://www.xharbour.org
@@ -52,7 +52,7 @@
/* Language name: Ukrainian */
/* ISO language code (2 chars): UA */
/* Codepage: Windows-1251 */
/* Codepage: 866 */
#include "hbapilng.h"

View File

@@ -4,7 +4,7 @@
/*
* Harbour Project source code:
* Language Support Module (UAWIN)
* Language Support Module (UAKOI8)
*
* Copyright 2004 Pavel Tsarenko <tpe2@mail.ru>
* www - http://www.xharbour.org
@@ -52,7 +52,7 @@
/* Language name: Ukrainian */
/* ISO language code (2 chars): UA */
/* Codepage: Windows-1251 */
/* Codepage: KOI-8U */
#include "hbapilng.h"