Make it compile again, add missing parameter to gimp_install_procedure().

2006-03-29  Tor Lillqvist  <tml@novell.com>

	* plug-ins/common/winprint.c (query): Make it compile again, add
	missing parameter to gimp_install_procedure().
This commit is contained in:
Tor Lillqvist 2006-03-29 09:45:42 +00:00 committed by Tor Lillqvist
parent 99be645bdd
commit a569559b4a
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-03-29 Tor Lillqvist <tml@novell.com>
* plug-ins/common/winprint.c (query): Make it compile again, add
missing parameter to gimp_install_procedure().
2006-03-28 Sven Neumann <sven@gimp.org>
* configure.in (ALL_LINGUAS): removed "ka" until all po files have

View File

@ -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 <tml@iki.fi>",
"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 <tml@iki.fi>",
"Copyright 1999 Tor Lillqvist",
"$Id$",