Another glitch ;)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38906 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2011-05-31 20:23:06 +00:00
parent 8247e53379
commit 8bbe99f100

View File

@ -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