>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> 869 string const s1 = _("Saving document") + ' ' 870 +
John> MakeDisplayPath(owner->buffer()->fileName() 871 + "...");
John> in lyxfunc.C won't work as the const char * _() will be chosen
John> (contrary to my comment in the bug, this affects the NLS build).
Or the const char * _() could return a string. Or it could be removed
altogether...
John> However, is there a better fix which will catch these in the
John> future ? I'm rather concerned this compiled without even a
John> warning. We could have things like this all over the place :/
We have at least another one when running LaTeX.
How come it did not happen in 1.1.6?
JMarc