ChangeLog: 19990719-16:00
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
19990719-16:00 GMT+2 Ryszard Glab <rglab@imid.med.pl>
|
||||
*source/rtl/msgxxx.c
|
||||
+added support for Polish national messages
|
||||
|
||||
*source/rtl/natmsg/msgpl852.c
|
||||
*source/rtl/natmsg/msgplmaz.c
|
||||
* corrected names of months
|
||||
|
||||
19990719-03:10 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* config/os2/icc.cf
|
||||
+ Added /Gs+ option to enable runtime stack checking
|
||||
|
||||
@@ -38,6 +38,10 @@
|
||||
#include "natmsg/msgczkam.c"
|
||||
#elif defined(HARBOUR_LANGUAGE_YU852)
|
||||
#include "natmsg/msgyu852.c"
|
||||
#elif defined(HARBOUR_LANGUAGE_PL852)
|
||||
#include "natmsg/msgpl852.c"
|
||||
#elif defined(HARBOUR_LANGUAGE_PLMAZ)
|
||||
#include "natmsg/msgplmaz.c"
|
||||
#else
|
||||
#include "natmsg/msguk.c"
|
||||
#endif
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
char *hb_monthsname[ 12 ] = {
|
||||
"Styczeä", "Luty", "Marzec",
|
||||
"Kwiecieä", "Maj", "Czerwiec", "Lipiec",
|
||||
"Sierpieä", "Wrzesieä", "Pa«d«iernik",
|
||||
"Sierpieä", "Wrzesieä", "Pa«dziernik",
|
||||
"Listopad", "Grudzieä" };
|
||||
|
||||
char *hb_daysname[ 7 ] = {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
char *hb_monthsname[ 12 ] = {
|
||||
"Stycze¤", "Luty", "Marzec",
|
||||
"Kwiecie¤", "Maj", "Czerwiec", "Lipiec",
|
||||
"Sierpie¤", "Wrzesie¤", "Pa¦d¦iernik",
|
||||
"Sierpie¤", "Wrzesie¤", "Pa¦dziernik",
|
||||
"Listopad", "Grudzie¤" };
|
||||
|
||||
char *hb_daysname[ 7 ] = {
|
||||
|
||||
Reference in New Issue
Block a user