gutenprint/gutenprint-menu.patch

17 lines
594 B
Diff
Raw Normal View History

--- gutenprint-5.0.0/src/gimp/print.c.menu 2007-02-28 17:16:49.000000000 +0000
+++ gutenprint-5.0.0/src/gimp/print.c 2007-02-28 17:17:31.000000000 +0000
@@ -130,11 +130,12 @@
(BAD_CONST_CHAR) copy,
(BAD_CONST_CHAR) VERSION " - " RELEASE_DATE,
/* Do not translate the "<Image>" */
- (BAD_CONST_CHAR) N_("<Image>/File/Print..."),
+ (BAD_CONST_CHAR) N_("_Print..."),
(BAD_CONST_CHAR) types,
GIMP_PLUGIN,
nargs, 0,
args, NULL);
+ gimp_plugin_menu_register ("file_print_gimp", "<Image>/File/Send");
}
static guchar *gimp_thumbnail_data = NULL;