~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/gettext.h

  • Committer: brian
  • Date: 2008-08-01 09:15:55 UTC
  • mfrom: (261.1.4 drizzle)
  • Revision ID: brian@localhost.localdomain-20080801091555-axgut9h6uvtbatei
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
}
271
271
 
272
272
#define _(String)  gettext(String)
 
273
#define N_(String) gettext_noop(String)
273
274
#endif /* _LIBGETTEXT_H */