Re: gettext question

2002-04-03 Thread Angus Leeming
On Wednesday 03 April 2002 12:14 pm, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > | In the fdesign generated dialog files we have code like this in the build > | routine. > | > | { > | char const * const dummy = N_("Some string|#S"); > | fdui->browser_bib = ob

Re: gettext question

2002-04-03 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | In the fdesign generated dialog files we have code like this in the build | routine. > | { | char const * const dummy = N_("Some string|#S"); | fdui->browser_bib = obj = fl_add_browser(..., idex(_(dummy))); | fl_set_button_shortcut(obj, s

gettext question

2002-04-03 Thread Angus Leeming
In the fdesign generated dialog files we have code like this in the build routine. { char const * const dummy = N_("Some string|#S"); fdui->browser_bib = obj = fl_add_browser(..., idex(_(dummy))); fl_set_button_shortcut(obj, scex(_(dummy)), 1); } Is there any need to use N_() in