removed a linebreak from a warning message.

2004-09-24  Sven Neumann  <sven@gimp.org>

	* app/plug-in/plug-in-message.c: removed a linebreak from a
	warning message.
This commit is contained in:
Sven Neumann
2004-09-24 13:36:15 +00:00
committed by Sven Neumann
parent ff68106bf1
commit 9e7ebaf573
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-09-24 Sven Neumann <sven@gimp.org>
* app/plug-in/plug-in-message.c: removed a linebreak from a
warning message.
2004-09-24 Michael Natterer <mitch@gimp.org>
* app/paint/gimpairbrushoptions.c

View File

@ -367,7 +367,7 @@ plug_in_handle_proc_run (PlugIn *plug_in,
if (plug_in->gimp->pdb_compat_mode == GIMP_PDB_COMPAT_WARN)
{
g_message ("WARNING: Plug-In \"%s\"\n(%s)\n\n"
g_message ("WARNING: Plug-In \"%s\"\n(%s)\n"
"called deprecated procedure '%s'.\n"
"It should call '%s' instead!",
gimp_filename_to_utf8 (plug_in->name),

View File

@ -367,7 +367,7 @@ plug_in_handle_proc_run (PlugIn *plug_in,
if (plug_in->gimp->pdb_compat_mode == GIMP_PDB_COMPAT_WARN)
{
g_message ("WARNING: Plug-In \"%s\"\n(%s)\n\n"
g_message ("WARNING: Plug-In \"%s\"\n(%s)\n"
"called deprecated procedure '%s'.\n"
"It should call '%s' instead!",
gimp_filename_to_utf8 (plug_in->name),