diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-12-14 17:39:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-12-14 17:39:58 +0000 |
commit | 7facb75c85ddd3f98f664af7a65eaa7344d44c11 (patch) | |
tree | 39d0d0e66c5419606d8e1b1d66637f593c89bb8e /acconfig.h | |
parent | edc14768652f365a730d00614e08888604e05f44 (diff) | |
download | gdk-pixbuf-7facb75c85ddd3f98f664af7a65eaa7344d44c11.tar.gz |
Added gettext-10.35
Mon Dec 14 12:24:13 1998 Owen Taylor <otaylor@redhat.com>
* HACKING: Added gettext-10.35
* autogen.sh: Run gettextize.
Wed Dec 9 16:29:06 1998 Owen Taylor <otaylor@redhat.com>
Applied gtk-egger-981010-[12]
[ Daniel.Egger@t-online.de (Daniel Egger) ]
* gtk/gtkintl.h: New file - defines for localization.
* gtk/gtkfilesel.c gtk/gtkinputdialog.c: Mark strings
for internationalization.
* gtk/gtkmain.c: call bindtextdomain
* po/ - directory for translations. Initially includes
German translation.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index aa20a8a18..3785714db 100644 --- a/acconfig.h +++ b/acconfig.h @@ -15,10 +15,15 @@ /* Other stuff */ +#undef ENABLE_NLS #undef GTK_COMPILED_WITH_DEBUGGING +#undef HAVE_CATGETS +#undef HAVE_GETTEXT #undef HAVE_IPC_H +#undef HAVE_LC_MESSAGES #undef HAVE_SHM_H +#undef HAVE_STPCPY #undef HAVE_XSHM_H #undef HAVE_SHAPE_EXT #undef HAVE_SYS_SELECT_H |