diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-17 22:19:37 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-01-17 22:19:37 +0000 |
commit | fb6bf703d10c1db2b4a62ad3518c6752dcb55107 (patch) | |
tree | 14edd2fdf4646a8150f27e009252f5043df6c713 /gdk-pixbuf | |
parent | f7be7085b4de7d37c88b8149335471c590360efd (diff) | |
download | gtk+-fb6bf703d10c1db2b4a62ad3518c6752dcb55107.tar.gz |
splitting the gtk20 translation domain.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-i18n.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-i18n.h b/gdk-pixbuf/gdk-pixbuf-i18n.h index 025887deae..e9dc60a676 100644 --- a/gdk-pixbuf/gdk-pixbuf-i18n.h +++ b/gdk-pixbuf/gdk-pixbuf-i18n.h @@ -6,7 +6,7 @@ #ifdef ENABLE_NLS #include<libintl.h> #define _(String) dgettext(GETTEXT_PACKAGE,String) -#define P_(String) dgettext(GETTEXT_PACKAGE,String) +#define P_(String) dgettext(GETTEXT_PACKAGE "-properties",String) #ifdef gettext_noop #define N_(String) gettext_noop(String) #else |