remove stupid error message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17012 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-02-01 17:30:35 +00:00
parent 1761baaf24
commit 53bc1cca58

View File

@ -1067,10 +1067,8 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
"Do you want to over-write that file?"),
makeDisplayPath(filename.absFilename()));
if (Alert::prompt(_("Over-write file?"),
text, 0, 1, _("&Over-write"), _("&Cancel")) != 0) {
showPrintError(buffer->fileName());
text, 0, 1, _("&Over-write"), _("&Cancel")) != 0)
break;
}
}
command += lyxrc.print_to_file
+ quoteName(filename.toFilesystemEncoding())