mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
1761baaf24
commit
53bc1cca58
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user