mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
Add gettext support.
Mon Jan 15 21:12:49 2001 Owen Taylor <otaylor@redhat.com> * configure.in acconfig.h glibintl.h gutils.c po/{Makefile.in.in,POTFILES.in,po2tbl.in}: Add gettext support. * glib-gettext.m4 acinclude.m4: Clean up the GTK+ gettext macros some more and put them in this file, though they also need to be included in acinclude.m4 due to the brokeness of aclocal. * gspawn.c gspawn-win32.c gutf8.c gconvert.c gfileutils.c gshell.c: Remove dummy _() #defines, include glibintl.m4.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#warning "FIXME remove gettext hack"
|
||||
#endif
|
||||
|
||||
#define _(x) x
|
||||
#include "glibintl.h"
|
||||
|
||||
GQuark
|
||||
g_shell_error_quark (void)
|
||||
|
Reference in New Issue
Block a user