]> git.lyx.org Git - features.git/commitdiff
Explain that the file ws created by reLyX
authorAngus Leeming <leeming@lyx.org>
Tue, 11 Feb 2003 13:23:17 +0000 (13:23 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 11 Feb 2003 13:23:17 +0000 (13:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6098 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/reLyX/MakePreamble.pm

index 924f152a4cbde3313ce5468af17cb474f8954432..fd61f7321ed7c3fa2be2edcc177a75f3ca84f954 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-11  Angus Leeming  <leeming@lyx.org>
+
+       * reLyX/MakePreamble.pm: Output an accurate decription of what created
+       the file.
+
 2003-02-11  Angus Leeming  <leeming@lyx.org>
 
        * reLyX/BasicLyX.pm: Do as LyX does: wrap the minipage width and
index bb3dfc2162d3a223e0dcdd70cc814a2def1689ec..728973f3d996d3a63931958d8ae6bffd0347bd75 100644 (file)
@@ -148,7 +148,8 @@ sub translate_preamble {
 #}
 
     # Write first line of the lyx file
-    $LyX_Preamble .= "\#LyX 1.2 created this file. For more info see http://www.lyx.org/\n";
+    $LyX_Preamble .= "\# The reLyX bundled with LyX 1.3 created this file.\n" .
+       "# For more info see http://www.lyx.org/\n";
 
     # Print \lyxformat.
     $LyX_Preamble .= "\\lyxformat $Format\n";