mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
add a space
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7637 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0d4d013a15
commit
edb3ec204d
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-02 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||||
|
|
||||||
|
* buffer.C (readFile): add a space
|
||||||
|
|
||||||
2003-09-02 Alfredo Braunstein <abraunst@libero.it>
|
2003-09-02 Alfredo Braunstein <abraunst@libero.it>
|
||||||
|
|
||||||
* BufferView_pimpl.C (update): remove bogus fitCursor() call
|
* BufferView_pimpl.C (update): remove bogus fitCursor() call
|
||||||
@ -9,7 +13,7 @@
|
|||||||
(readFile): adjust
|
(readFile): adjust
|
||||||
(readFile): adjust, make it private. don't use setStream, make
|
(readFile): adjust, make it private. don't use setStream, make
|
||||||
lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
|
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
|
* BufferView.C (insertLyXFile): simplify and make it work for
|
||||||
gzipped files.
|
gzipped files.
|
||||||
|
@ -511,9 +511,9 @@ bool Buffer::readFile(LyXLex & lex, string const & filename,
|
|||||||
|
|
||||||
if (file_format > LYX_FORMAT) {
|
if (file_format > LYX_FORMAT) {
|
||||||
Alert::warning(_("Document format failure"),
|
Alert::warning(_("Document format failure"),
|
||||||
bformat(_("%1$swas created with a newer version"
|
bformat(_("%1$s was created with a newer"
|
||||||
" of LyX. This is likely to cause"
|
" version of LyX. This is likely to"
|
||||||
" problems."),
|
" cause problems."),
|
||||||
filename));
|
filename));
|
||||||
} else if (file_format < LYX_FORMAT) {
|
} else if (file_format < LYX_FORMAT) {
|
||||||
string const tmpfile = tempName();
|
string const tmpfile = tempName();
|
||||||
|
Loading…
Reference in New Issue
Block a user