From b95e7efe2e41f2dcf42baa52458034c3f14b1099 Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 2 Aug 2002 16:54:07 +0000 Subject: [PATCH] lyx2lyx is the name, that is what it is git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4848 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 4 ++++ src/buffer.C | 5 +---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index acbbb1faf2..f7d53fe384 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-08-02 John Levon + + * buffer.C: s/lyxconvert/lyx2lyx/ + 2002-08-02 Angus Leeming * lyxlex.C: revert John's change as it breaks reading of the user diff --git a/src/buffer.C b/src/buffer.C index 259e70cf5e..49de220f0f 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -1708,10 +1708,7 @@ bool Buffer::readFile(LyXLex & lex, Paragraph * par) "Use LyX 0.10.x to read this!")); return false; } else if (file_format < 220) { - //Alert::alert(_("Warning!"), - // _("Old LyX file format found. " - // "Running conversion script")); - string command = "lyxconvert " + string const command = "lyx2lyx " + QuoteName(filename_); cmd_ret const ret = RunCommand(command); if (ret.first) { -- 2.39.2