~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to bonobo/bonobo-i18n.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#    endif
54
54
#else
55
55
/* Stubs that do something close enough.  */
 
56
#    undef textdomain
56
57
#    define textdomain(String) (String)
 
58
#    undef gettext
57
59
#    define gettext(String) (String)
 
60
#    undef dgettext
58
61
#    define dgettext(Domain,Message) (Message)
 
62
#    undef dcgettext
59
63
#    define dcgettext(Domain,Message,Type) (Message)
 
64
#    undef bindtextdomain
60
65
#    define bindtextdomain(Domain,Directory) (Domain)
 
66
#    undef bind_textdomain_codeset
 
67
#    define bind_textdomain_codeset(Domain,CodeSet) (Domain)
 
68
#    undef _
61
69
#    define _(String) (String)
 
70
#    undef N_
62
71
#    define N_(String) (String)
63
72
#endif
64
73