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:

committed by
Sven Neumann

parent
ff68106bf1
commit
9e7ebaf573
@ -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>
|
2004-09-24 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/paint/gimpairbrushoptions.c
|
* app/paint/gimpairbrushoptions.c
|
||||||
|
@ -367,7 +367,7 @@ plug_in_handle_proc_run (PlugIn *plug_in,
|
|||||||
|
|
||||||
if (plug_in->gimp->pdb_compat_mode == GIMP_PDB_COMPAT_WARN)
|
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"
|
"called deprecated procedure '%s'.\n"
|
||||||
"It should call '%s' instead!",
|
"It should call '%s' instead!",
|
||||||
gimp_filename_to_utf8 (plug_in->name),
|
gimp_filename_to_utf8 (plug_in->name),
|
||||||
|
@ -367,7 +367,7 @@ plug_in_handle_proc_run (PlugIn *plug_in,
|
|||||||
|
|
||||||
if (plug_in->gimp->pdb_compat_mode == GIMP_PDB_COMPAT_WARN)
|
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"
|
"called deprecated procedure '%s'.\n"
|
||||||
"It should call '%s' instead!",
|
"It should call '%s' instead!",
|
||||||
gimp_filename_to_utf8 (plug_in->name),
|
gimp_filename_to_utf8 (plug_in->name),
|
||||||
|
Reference in New Issue
Block a user