]> git.lyx.org Git - lyx.git/blobdiff - lib/reLyX/MakePreamble.pm
The Box patch
[lyx.git] / lib / reLyX / MakePreamble.pm
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";