]> git.lyx.org Git - features.git/commitdiff
Another glitch ;)
authorPavel Sanda <sanda@lyx.org>
Tue, 31 May 2011 20:23:06 +0000 (20:23 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 31 May 2011 20:23:06 +0000 (20:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38906 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index ffb845d10cd7d5e0aa8f62ab92c34dee39d0aec6..15e05fd04c042bcfbe62ef2f7527f58a9bda5c95 100644 (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