summaryrefslogtreecommitdiff
path: root/src/gimp2/print-gutenprint.c
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 17:28:54 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 17:28:54 +0000
commit33a17feb28af2d2aeabc8c7ab5ef509ea3de15a7 (patch)
treed444cf1a245694bd049a9e6722c41b8f280ad429 /src/gimp2/print-gutenprint.c
parent9d82a443d65ea3e4e015ba6988208231fa8fdc77 (diff)
Imported Upstream version 5.2.1
Diffstat (limited to 'src/gimp2/print-gutenprint.c')
-rw-r--r--src/gimp2/print-gutenprint.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gimp2/print-gutenprint.c b/src/gimp2/print-gutenprint.c
index 1fab376..56bf111 100644
--- a/src/gimp2/print-gutenprint.c
+++ b/src/gimp2/print-gutenprint.c
@@ -1,5 +1,5 @@
/*
- * "$Id: print-gutenprint.c,v 1.1 2006/07/04 02:57:59 rlk Exp $"
+ * "$Id: print-gutenprint.c,v 1.2 2008/07/04 14:29:28 rlk Exp $"
*
* Print plug-in for the GIMP.
*
@@ -56,7 +56,8 @@ do_gimp_install_procedure(const char *blurb, const char *help,
gimp_plugin_menu_register ((BAD_CONST_CHAR) "file_print_gutenprint",
(BAD_CONST_CHAR) "<Image>/File/Send");
gimp_plugin_icon_register ((BAD_CONST_CHAR) "file_print_gutenprint",
- GIMP_ICON_TYPE_STOCK_ID, GTK_STOCK_PRINT);
+ GIMP_ICON_TYPE_STOCK_ID,
+ (BAD_CONST_CHAR) GTK_STOCK_PRINT);
#endif
}