]> git.lyx.org Git - lyx.git/blobdiff - src/ImportLaTeX.C
Dekel's patch -- I didn't fix the xforms-0.88 keysyms stuff so it still doesn't finis...
[lyx.git] / src / ImportLaTeX.C
index 8083ea5e8502ed0d57cba8854cd11059cfbe66b0..acafd3b822ff046f03786dd6738c297783bd792b 100644 (file)
@@ -3,7 +3,7 @@
  * 
  *           LyX, The Document Processor        
  *          Copyright 1995 Matthias Ettrich
- *           Copyright 1995-1999 The LyX Team.
+ *           Copyright 1995-2000 The LyX Team.
  *
  *           This file is Copyright 1998
  *           Asger Alstrup
@@ -43,7 +43,7 @@ Buffer * ImportLaTeX::run()
        Buffer * buf = 0;
        int result = one.startscript(Systemcalls::System, tmp);
        if (result == 0) {
-               string filename = ChangeExtension(file, ".lyx", false);
+               string filename = ChangeExtension(file, ".lyx");
                // File was generated without problems. Load it.
                buf = bufferlist.loadLyXFile(filename);
        }