add "..." to the progress text.

2004-08-30  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/gauss.c: add "..." to the progress text.
This commit is contained in:
Michael Natterer 2004-08-30 20:02:31 +00:00 committed by Michael Natterer
parent 97c32b8728
commit 997db5f556
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2004-08-30 Michael Natterer <mitch@gimp.org>
* plug-ins/common/gauss.c: add "..." to the progress text.
2004-08-30 Sven Neumann <sven@gimp.org>
* libgimp/gimpprogress.c: added some gtk-doc comments, could be
@ -31,7 +35,7 @@
2004-08-30 Michael Natterer <mitch@gimp.org>
Brought the PDB progress into a working state. Fixes bug #6010,
addressed bugs #97266 and #135185 and unfortunately reopens bug
addresses bugs #97266 and #135185 and unfortunately reopens bug
#150194 (will fix that later).
* libgimpbase/gimpbaseenums.h: added enum GimpProgressCommand.

View File

@ -303,7 +303,7 @@ run (const gchar *name,
break;
}
}
else if (strcmp (name, "plug_in_gauss_iir") == 0)
else if (strcmp (name, "plug_in_gauss_iir") == 0)
{
if (nparams != 6)
status = GIMP_PDB_CALLING_ERROR;
@ -322,7 +322,7 @@ run (const gchar *name,
return;
}
}
else if (strcmp (name, "plug_in_gauss_iir2") == 0)
else if (strcmp (name, "plug_in_gauss_iir2") == 0)
{
if (nparams != 5)
status = GIMP_PDB_CALLING_ERROR;
@ -340,7 +340,7 @@ run (const gchar *name,
return;
}
}
else if (strcmp (name, "plug_in_gauss_rle") == 0)
else if (strcmp (name, "plug_in_gauss_rle") == 0)
{
if (nparams != 6)
status = GIMP_PDB_CALLING_ERROR;
@ -359,7 +359,7 @@ run (const gchar *name,
return;
}
}
else if (strcmp (name, "plug_in_gauss_rle2") == 0)
else if (strcmp (name, "plug_in_gauss_rle2") == 0)
{
if (nparams != 5)
status = GIMP_PDB_CALLING_ERROR;
@ -386,7 +386,7 @@ run (const gchar *name,
if (gimp_drawable_is_rgb (drawable->drawable_id) ||
gimp_drawable_is_gray (drawable->drawable_id))
{
gimp_progress_init (_("Gaussian Blur"));
gimp_progress_init (_("Gaussian Blur..."));
/* set the tile cache size so that the gaussian blur works well */
gimp_tile_cache_ntiles (2 *