Correct internal definition of C_()
authorOwen W. Taylor <otaylor@fishsoup.net>
Sun, 13 Mar 2011 01:48:31 +0000 (20:48 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Sun, 13 Mar 2011 02:10:06 +0000 (21:10 -0500)
commit789b341eff1553232b61b2e3ce3c4c918bf661e3
treeeb4a98ef2eb10de586e5c1762229b022af02834c
parent88d23f02850faf4346a314e54abf4d71842dabed
Correct internal definition of C_()

* Since the GLib translations are lazily initialized, we need an
  internal wrapper for g_dpgettext() that does the initialization
  in the same way as glib_gettext()
* We need to use the glib domain defined by GETTEXT_PACKAGE
  rather than than the application's domain.

https://bugzilla.gnome.org/show_bug.cgi?id=644607
glib/glibintl.h
glib/gutils.c