X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Finternal%2Flatex-pstricks-out.cpp;h=eaab462c79a7d3c17f0a62403ef84a56fa8e6588;hb=e900b46f3a8707abddd24803da7f25eecf09a942;hp=d9db73fe6948f811a4ede122600af2b53071a2a5;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/extension/internal/latex-pstricks-out.cpp b/src/extension/internal/latex-pstricks-out.cpp index d9db73fe6..eaab462c7 100644 --- a/src/extension/internal/latex-pstricks-out.cpp +++ b/src/extension/internal/latex-pstricks-out.cpp @@ -89,6 +89,8 @@ LatexOutput::save (Inkscape::Extension::Output *mod2, SPDocument *doc, const gch return; } +#include "clear-n_.h" + /** \brief A function allocate a copy of this function. @@ -101,13 +103,13 @@ LatexOutput::init (void) { Inkscape::Extension::build_from_mem( "\n" - "LaTeX Output\n" + "" N_("LaTeX Output") "\n" "org.inkscape.output.latex\n" "\n" ".tex\n" "text/plain\n" - "LaTeX With PSTricks macros (*.tex)\n" - "LaTeX PSTricks File\n" + "" N_("LaTeX With PSTricks macros (*.tex)") "\n" + "" N_("LaTeX PSTricks File") "\n" "\n" "", new LatexOutput());