~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/script-fu-intl.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#error "config.h must be included prior to script-fu-intl.h"
27
27
#endif
28
28
 
29
 
#include <libintl.h>
30
 
 
31
 
 
32
 
#define _(String) gettext (String)
33
 
 
34
 
#ifdef gettext_noop
35
 
#    define N_(String) gettext_noop (String)
36
 
#else
37
 
#    define N_(String) (String)
38
 
#endif
 
29
#include <glib/gi18n.h>
 
30
 
39
31
 
40
32
#ifndef HAVE_BIND_TEXTDOMAIN_CODESET
41
33
#    define bind_textdomain_codeset(Domain, Codeset) (Domain)