From d797170d50c65d8791198c709359b58af8d974fd Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 30 Jan 2006 05:12:51 +0000 Subject: r10820@tres: ted | 2006-01-29 16:56:50 -0800 Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55) --- src/extension/internal/ps-out.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/extension/internal/ps-out.cpp') diff --git a/src/extension/internal/ps-out.cpp b/src/extension/internal/ps-out.cpp index a41b90007..31f5f241e 100644 --- a/src/extension/internal/ps-out.cpp +++ b/src/extension/internal/ps-out.cpp @@ -65,6 +65,8 @@ PsOutput::save (Inkscape::Extension::Output *mod, SPDocument *doc, const gchar * return; } +#include "clear-n_.h" + /** \brief A function allocate a copy of this function. @@ -77,14 +79,14 @@ PsOutput::init (void) { Inkscape::Extension::build_from_mem( "\n" - "Postscript Output\n" + "" N_("Postscript Output") "\n" "org.inkscape.output.ps\n" - "true\n" + "true\n" "\n" ".ps\n" "image/x-postscript\n" - "Postscript (*.ps)\n" - "Postscript File\n" + "" N_("Postscript (*.ps)") "\n" + "" N_("Postscript File") "\n" "\n" "", new PsOutput()); -- cgit v1.2.3