mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
Remove the ENABLE_NLS check here as well.
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de> * glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
This commit is contained in:
parent
1285c810c6
commit
a0465f83b1
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
|
||||||
|
|
||||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
|
||||||
|
|
||||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
|
||||||
|
|
||||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
|
||||||
|
|
||||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jul 12 00:02:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gi18n-lib.h: Remove the ENABLE_NLS check here as well.
|
||||||
|
|
||||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
* glib/gdir.c (g_dir_open): Convert filename to UTF-8
|
||||||
|
@ -21,8 +21,6 @@
|
|||||||
|
|
||||||
#include <glib/gstrfuncs.h>
|
#include <glib/gstrfuncs.h>
|
||||||
|
|
||||||
#ifdef ENABLE_NLS
|
|
||||||
|
|
||||||
#include <libintl.h>
|
#include <libintl.h>
|
||||||
|
|
||||||
#ifndef GETTEXT_PACKAGE
|
#ifndef GETTEXT_PACKAGE
|
||||||
@ -37,19 +35,6 @@
|
|||||||
#define N_(String) (String)
|
#define N_(String) (String)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else /* NLS is disabled */
|
|
||||||
|
|
||||||
#define _(String) (String)
|
|
||||||
#define Q_(String) (String)
|
|
||||||
#define N_(String) (String)
|
|
||||||
#define textdomain(String) (String)
|
|
||||||
#define gettext(String) (String)
|
|
||||||
#define dgettext(Domain,String) (String)
|
|
||||||
#define dcgettext(Domain,String,Type) (String)
|
|
||||||
#define bindtextdomain(Domain,Directory) (Domain)
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* __G_I18N_LIB_H__ */
|
#endif /* __G_I18N_LIB_H__ */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user