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/gdkpixbuf-input.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/extension/internal/gdkpixbuf-input.cpp') diff --git a/src/extension/internal/gdkpixbuf-input.cpp b/src/extension/internal/gdkpixbuf-input.cpp index ee9fc4086..34e6c09fd 100644 --- a/src/extension/internal/gdkpixbuf-input.cpp +++ b/src/extension/internal/gdkpixbuf-input.cpp @@ -97,6 +97,7 @@ GdkpixbufInput::open(Inkscape::Extension::Input *mod, char const *uri) return doc; } +#include "clear-n_.h" void GdkpixbufInput::init(void) @@ -131,7 +132,7 @@ GdkpixbufInput::init(void) gchar *xmlString = g_strdup_printf( "\n" - "%s GDK pixbuf Input\n" + "" N_("%s GDK pixbuf Input") "\n" "org.inkscape.input.gdkpixbuf.%s\n" "\n" ".%s\n" -- cgit v1.2.3