From 5cf68680dc1e61bf7942f9b09d721a7e2b21481f Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 11 Feb 2003 13:23:17 +0000 Subject: [PATCH] Explain that the file ws created by reLyX git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6098 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/reLyX/MakePreamble.pm | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 924f152a4c..fd61f7321e 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2003-02-11 Angus Leeming + + * reLyX/MakePreamble.pm: Output an accurate decription of what created + the file. + 2003-02-11 Angus Leeming * reLyX/BasicLyX.pm: Do as LyX does: wrap the minipage width and diff --git a/lib/reLyX/MakePreamble.pm b/lib/reLyX/MakePreamble.pm index bb3dfc2162..728973f3d9 100644 --- a/lib/reLyX/MakePreamble.pm +++ b/lib/reLyX/MakePreamble.pm @@ -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"; -- 2.39.2