>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:

Angus> string str = N_("some text"); fl_set_object_label(obj, _(str));

Angus> is correct, because

Angus> string str = _("some text")

Angus> fails to compile. This is also correct:

Does it really fail to compile? I'm surprised... What fails is
initialization of arrays containing strings.

Angus> If this is Ok, then I think I'll do it this way (keep the N_()
Angus> and the _() in the same file).

Yes, that's probably the way to go.

JMarc

Reply via email to