X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fexporter.C;h=098f24979709833f0b653843ff515ba0e9450ec2;hb=dad1fc66e44a4dad94eb1e9ffd5736bf8f59ae6d;hp=49a66b2f716b2689ab55b656e09e9e899aaa05db;hpb=a92f57dff69eb1104bbca624014d5d1888f771ef;p=lyx.git diff --git a/src/exporter.C b/src/exporter.C index 49a66b2f71..098f249797 100644 --- a/src/exporter.C +++ b/src/exporter.C @@ -10,10 +10,6 @@ #include -#ifdef __GNUG__ -#pragma implementation -#endif - #include #include "exporter.h" @@ -86,7 +82,7 @@ bool Exporter::Export(Buffer * buffer, string const & format, else if (backend_format == format) buffer->makeLaTeXFile(filename, string(), true); else if (contains(buffer->filePath(), ' ')) { - Alert::alert(_("Cannot run latex."), + Alert::alert(_("Cannot run LaTeX."), _("The path to the lyx file cannot contain spaces.")); return false; } else