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/gnome.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/extension/internal/gnome.cpp') diff --git a/src/extension/internal/gnome.cpp b/src/extension/internal/gnome.cpp index d81dfa95e..adeb36ef6 100644 --- a/src/extension/internal/gnome.cpp +++ b/src/extension/internal/gnome.cpp @@ -388,6 +388,8 @@ PrintGNOME::image (Inkscape::Extension::Print *mod, unsigned char *px, unsigned return 0; } +#include "clear-n_.h" + void PrintGNOME::init (void) { @@ -396,7 +398,7 @@ PrintGNOME::init (void) /* SVG in */ ext = Inkscape::Extension::build_from_mem( "\n" - "GNOME Print\n" + "" N_("GNOME Print") "\n" "" SP_MODULE_KEY_PRINT_GNOME "\n" "\n" "", new PrintGNOME()); -- cgit v1.2.3