summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/win32.cpp
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2006-01-30 05:12:51 +0000
committergouldtj <gouldtj@users.sourceforge.net>2006-01-30 05:12:51 +0000
commitd797170d50c65d8791198c709359b58af8d974fd (patch)
treeaf8ef32d16e6fe13e42cfb71a062af7fee4f0084 /src/extension/internal/win32.cpp
parentr10819@tres: ted | 2006-01-29 16:08:29 -0800 (diff)
downloadinkscape-d797170d50c65d8791198c709359b58af8d974fd.tar.gz
inkscape-d797170d50c65d8791198c709359b58af8d974fd.zip
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)
Diffstat (limited to 'src/extension/internal/win32.cpp')
-rw-r--r--src/extension/internal/win32.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/extension/internal/win32.cpp b/src/extension/internal/win32.cpp
index 7f1774d21..335a77a09 100644
--- a/src/extension/internal/win32.cpp
+++ b/src/extension/internal/win32.cpp
@@ -477,6 +477,8 @@ PrintWin32::get_save_filename (unsigned char *dir, unsigned int *spns)
return g_strdup (fnbuf);
}
+#include "clear-n_.h"
+
void
PrintWin32::init (void)
{
@@ -485,7 +487,7 @@ PrintWin32::init (void)
/* SVG in */
ext = Inkscape::Extension::build_from_mem(
"<inkscape-extension>\n"
- "<name>Windows 32-bit Print</name>\n"
+ "<name>" N_("Windows 32-bit Print") "</name>\n"
"<id>" SP_MODULE_KEY_PRINT_WIN32 "</id>\n"
"<param name=\"textToPath\" type=\"boolean\">TRUE</param>\n"
"<print/>\n"