mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Another glitch ;)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38906 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8247e53379
commit
8bbe99f100
@ -3140,7 +3140,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
#if QT_VERSION < 0x040400
|
||||
if (!doc_buffer->doExport(argument, false)) {
|
||||
dr.setError(true);
|
||||
dr.setMessage(bformat(_("Error exporting to format: %1$s."),
|
||||
dr.setMessage(bformat(_("Error exporting to format: %1$s"),
|
||||
cmd.argument()));
|
||||
}
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user