>>>>> "José" == José Matos <[EMAIL PROTECTED]> writes:
José> On Monday 22 January 2007 10:56:51 am Jean-Marc Lasgouttes
José> wrote:
>> When I do that, I stumble on this message:
>>
>> Alert::error(_("Conversion script failed"), bformat(_("%1$s is from
>> an earlier version" " of LyX, but the lyx2lyx script" " failed to
>> convert it."), filename));
>>
>> This is stupid of course and it should read 'later version'. Does
>> someone have a good idea on how to handle this case elegantly
>> without breaking l10n?
José> Is the return code from lyx2lyx a good alternative?
José> The return code could tell lyx what had gone wrong, no?
Comparing the format to LYX_FORMAT should tell us whether it
older/newer.
JMarc