mirror of https://github.com/GNOME/gimp.git
parent
1f103341c0
commit
412043dc7c
|
@ -1,3 +1,7 @@
|
|||
1999-09-26 Kelly Lynn Martin <kelly@poverty.bloomington.in.us>
|
||||
|
||||
* plug-ins/common/mblur.c (mblur): fixed a stupid typo
|
||||
|
||||
Sun Sep 26 23:12:45 MEST 1999 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/brush_select.[ch]: Introduced a small margin around the
|
||||
|
|
|
@ -593,7 +593,7 @@ mblur_zoom(void)
|
|||
static void
|
||||
mblur(void)
|
||||
{
|
||||
gimp_progress_init("Bluring...");
|
||||
gimp_progress_init("Blurring...");
|
||||
|
||||
switch (mbvals.mblur_type)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue