diff options
author | Timur I. Bakeyev <timur@src.gnome.org> | 1999-01-20 18:35:53 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@src.gnome.org> | 1999-01-20 18:35:53 +0000 |
commit | 5ce6bea6603d40223f09481a1de12d51d9735d5d (patch) | |
tree | fb51f8d4b0d257cf4c942cff9ba0c02639f9fe43 /ChangeLog.pre-2-8 | |
parent | 6205bbbf65c9e3b52b09dfa779c067b649c05dd5 (diff) | |
download | gtk+-5ce6bea6603d40223f09481a1de12d51d9735d5d.tar.gz |
Under some systems (notably, BSDI), there is no LC_MESSAGES category in
Under some systems (notably, BSDI), there is no LC_MESSAGES category in
locale.h. In this case it is good guess to relay on the value of LC_ALL
(in fact, LC_CTYPE will be more precise).
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 08a543ffc7..db79c3f89f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Wed Jan 20 21:07:45 1999 Timur Bakeyev <mc@bat.ru> + + * gtk/gtkrc.c (gtk_rc_init): There are some systems, that lacks of + LC_MESSAGES in locale.h. As a last resort for such systems, set locale + according to LC_ALL. + Wed Jan 20 13:06:51 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtktext.[ch] (clear_[focus_]area): Instead of drawing |