From edb3ec204d64a6495ce22503b9110507fc6cd4b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20Gullik=20Bj=C3=B8nnes?= Date: Tue, 2 Sep 2003 14:49:19 +0000 Subject: [PATCH] add a space git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7637 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 6 +++++- src/buffer.C | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 5169428f6e..a5f01e3f0d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-09-02 Lars Gullik Bjønnes + + * buffer.C (readFile): add a space + 2003-09-02 Alfredo Braunstein * BufferView_pimpl.C (update): remove bogus fitCursor() call @@ -9,7 +13,7 @@ (readFile): adjust (readFile): adjust, make it private. don't use setStream, make lyx2lyx use a temporary file. Some simplificaton. Make the Alerts - always contain the filename. + always contain the filename. * BufferView.C (insertLyXFile): simplify and make it work for gzipped files. diff --git a/src/buffer.C b/src/buffer.C index 9b96f7ac72..39528ce6b2 100644 --- a/src/buffer.C +++ b/src/buffer.C @@ -511,9 +511,9 @@ bool Buffer::readFile(LyXLex & lex, string const & filename, if (file_format > LYX_FORMAT) { Alert::warning(_("Document format failure"), - bformat(_("%1$swas created with a newer version" - " of LyX. This is likely to cause" - " problems."), + bformat(_("%1$s was created with a newer" + " version of LyX. This is likely to" + " cause problems."), filename)); } else if (file_format < LYX_FORMAT) { string const tmpfile = tempName(); -- 2.39.2