Re: [Cvslog] r18445 - in /lyx-devel/trunk/src: Buffer.cpp insets/Inset...

2007-05-26 Thread Richard Heck
Michael Gerz wrote: > [EMAIL PROTECTED] schrieb: >> Author: rgheck >> Date: Mon May 21 17:34:29 2007 >> New Revision: 18445 >> >> @@ -405,6 +410,18 @@ >> return 0; >> >> +if (buffer.fileName() == included_file.toFilesystemEncoding()) { >> +Alert::error(_("Recursive input"), +

Re: [Cvslog] r18445 - in /lyx-devel/trunk/src: Buffer.cpp insets/Inset...

2007-05-26 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: rgheck Date: Mon May 21 17:34:29 2007 New Revision: 18445 @@ -405,6 +410,18 @@ return 0; + if (buffer.fileName() == included_file.toFilesystemEncoding()) { + Alert::error(_("Recursive input"), + bformat(_("Attempted to includ