fix typo...

2006-05-08  Simon Budig  <simon@gimp.org>

	* plug-ins/common/postscript.c: fix typo...
This commit is contained in:
Simon Budig 2006-05-08 14:08:31 +00:00 committed by Simon Budig
parent cfe5e9b137
commit 3a7341d6e6
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-05-08 Simon Budig <simon@gimp.org>
* plug-ins/common/postscript.c: fix typo...
2006-05-08 Michael Natterer <mitch@gimp.org>
* app/plug-in/plug-in-enums.[ch]: changed enum PlugInImageType

View File

@ -1689,7 +1689,7 @@ ps_open (const gchar *filename,
NULL, /* stderr */
&Gerr) )
{
g_message (_("Error starting Ghostscript. Make sure that Ghostscript is installed and - if necessary - use the environment variable GS_PROC to tell GIMP about its location.\n(%s)"), Gerr->message);
g_message (_("Error starting Ghostscript. Make sure that Ghostscript is installed and - if necessary - use the environment variable GS_PROG to tell GIMP about its location.\n(%s)"), Gerr->message);
g_error_free (Gerr);
*ChildPidPtr = 0;
@ -1719,7 +1719,7 @@ ps_open (const gchar *filename,
NULL, /* exit code */
&Gerr) )
{
g_message (_("Error starting Ghostscript. Make sure that Ghostscript is installed and - if necessary - use the environment variable GS_PROC to tell GIMP about its location.\n(%s)"), Gerr->message);
g_message (_("Error starting Ghostscript. Make sure that Ghostscript is installed and - if necessary - use the environment variable GS_PROG to tell GIMP about its location.\n(%s)"), Gerr->message);
g_error_free (Gerr);
g_unlink (pnmfile);