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

« back to all changes in this revision

Viewing changes to libgimp/libgimp-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:
29
29
#include <libintl.h>
30
30
 
31
31
 
32
 
#define _(String) dgettext (GETTEXT_PACKAGE "-libgimp", String)
33
 
#define Q_(String) g_strip_context ((String), dgettext (GETTEXT_PACKAGE "-libgimp", String))
 
32
#define  _(String) dgettext (GETTEXT_PACKAGE "-libgimp", String)
 
33
#define Q_(String) g_dpgettext (GETTEXT_PACKAGE "-libgimp", String, 0)
 
34
#define C_(Context,String) g_dpgettext (GETTEXT_PACKAGE "-libgimp", Context "\004" String, strlen (Context) + 1)
34
35
 
35
36
#undef gettext
36
37
#define gettext(String) dgettext (GETTEXT_PACKAGE "-libgimp", String)