mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Add filename to error dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2269 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
249afbe74a
commit
d099ebca84
@ -1,3 +1,7 @@
|
||||
2001-07-18 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* buffer.C (readLyXformat2): Add filename to the error dialog
|
||||
|
||||
2001-07-18 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* tabular.C (GetCellNumber): put an assert here instead of the check!
|
||||
|
@ -374,7 +374,8 @@ bool Buffer::readLyXformat2(LyXLex & lex, Paragraph * par)
|
||||
s += tostr(unknown_layouts);
|
||||
s += _(" paragraphs");
|
||||
}
|
||||
WriteAlert(_("Textclass Loading Error!"),s);
|
||||
WriteAlert(_("Textclass Loading Error!"), s,
|
||||
_("When reading " + fileName()));
|
||||
}
|
||||
|
||||
return the_end_read;
|
||||
|
Loading…
Reference in New Issue
Block a user