diff --git a/ChangeLog b/ChangeLog index b3843ea6a6..6fab556631 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-29 Tor Lillqvist + + * plug-ins/common/winprint.c (query): Make it compile again, add + missing parameter to gimp_install_procedure(). + 2006-03-28 Sven Neumann * configure.in (ALL_LINGUAS): removed "ka" until all po files have diff --git a/plug-ins/common/winprint.c b/plug-ins/common/winprint.c index dd2b831416..48364fd7ce 100644 --- a/plug-ins/common/winprint.c +++ b/plug-ins/common/winprint.c @@ -216,18 +216,20 @@ query (void) }; gimp_install_procedure (PRINT_PROC, - N_("Print image to any recognized printer"), + N_("Print the image"), + "Prints images to any printer recognized by Windows.", "Tor Lillqvist ", "Copyright 1999 Tor Lillqvist", "$Id$", - N_("_Print"), + N_("_Print..."), "RGB*,GRAY*,INDEXED*", GIMP_PLUGIN, G_N_ELEMENTS (print_args), 0, print_args, NULL); gimp_install_procedure (PAGE_SETUP_PROC, - N_("Set up page layout for printing"), + N_("Set up page layout for printing"), + "Sets up the page parameters for printing to a Windows printer.", "Tor Lillqvist ", "Copyright 1999 Tor Lillqvist", "$Id$",