>>>>> "Ron" == Ron Steinke <[EMAIL PROTECTED]> writes:
> I'm seeing a lot of elements like:
> _("some string")
> in function calls. Is _() a macro? What does it do?
It either calls gettext with the string as a parameter so that the
program uses the translated strings. Otherwise (if i18n is not enabled
during compilation) it just returns the same string.
W.
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list
- _() macro? Ron Steinke
- Wolfgang Sourdeau
