]> git.lyx.org Git - features.git/commitdiff
lyx2lyx is the name, that is what it is
authorJohn Levon <levon@movementarian.org>
Fri, 2 Aug 2002 16:54:07 +0000 (16:54 +0000)
committerJohn Levon <levon@movementarian.org>
Fri, 2 Aug 2002 16:54:07 +0000 (16:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4848 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/buffer.C

index acbbb1faf2c6223be5b10c3662c98f8b510138ac..f7d53fe384bd5a9affcc2d3bf3af2368c4392dd6 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-02  John Levon  <levon@movementarian.org>
+
+       * buffer.C: s/lyxconvert/lyx2lyx/
 2002-08-02  Angus Leeming  <leeming@lyx.org>
 
        * lyxlex.C: revert John's change as it breaks reading of the user
index 259e70cf5ee35fd0cea6995f592ed5f54e125333..49de220f0fc61fb95e57465f5f5bceb4821ca8e8 100644 (file)
@@ -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) {