diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-17 22:15:58 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-17 22:15:58 +0000 |
commit | f7be7085b4de7d37c88b8149335471c590360efd (patch) | |
tree | d839d6490be0c3cecd5446698e0057bfc694f22b /ChangeLog | |
parent | a28128d8551ed5ae5ab7156f0b92d63463bd9b26 (diff) | |
download | gtk+-f7be7085b4de7d37c88b8149335471c590360efd.tar.gz |
Split the gtk translations into the domains gtk20 and gtk20-properties.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Sat Jan 17 23:05:52 2004 Matthias Clasen <maclas@gmx.de> + + The second part of the fix for #114351 (see also + gdk-pixbuf/ChangeLog and po/ChangeLog): + + * Makefile.am (SUBDIRS): Add po-properties. + + * configure.in (AC_CONFIG_FILES): Add po-properties/Makefile.in + + * gdk/gdkintl.h (P_): + * gtk/gtkintl.h (P_): Use translation domain gtk20-properties. + + * gtk/gtkmain.c (gtk_parse_args): Call bindtextdomain and + bind_textdomain_codeset for gtk20-properties as well. + Sat Jan 17 22:00:07 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c: |