[Harbour] Re: hb_i18n_gettext( "" ) warning. is it normal?
Mindaugas Kavaliauskas
dbtopas at dbtopas.lt
Sun May 3 16:19:26 EDT 2009
Hi,
> LOCAL aText_Basic := {;
> I_( "Syntax:" ),;
> I_( "" ),;
> I_( " hbmk [options] [<script[s]>]
> <src[s][.prg|.c|.obj|.o|.rc|.res|.pot|.hbl]>" ),;
> I_( "" ),;
> I_( "Options:" ) }
In this case I would write:
LOCAL aText_Basic := {;
I_( "Syntax:" ),;
"",;
I_( " hbmk [options] [<script[s]>]
<src[s][.prg|.c|.obj|.o|.rc|.res|.pot|.hbl]>" ),;
"",;
I_( "Options:" ) }
Or perhaps it is even better to include all help text into one string.
I'll commit hbexprb.c fix tomorrow.
Regards,
Mindaugas
More information about the Harbour
mailing list