mirror of https://github.com/GNOME/gimp.git
Fixed typo (sinuosidal -> sinusoidal).
1998-08-03 Federico Mena Quintero <federico@nuclecu.unam.mx> * app/gradient.c: Fixed typo (sinuosidal -> sinusoidal).
This commit is contained in:
parent
11c45becec
commit
18123a6ec6
|
@ -1,3 +1,7 @@
|
|||
1998-08-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* app/gradient.c: Fixed typo (sinuosidal -> sinusoidal).
|
||||
|
||||
Sun Aug 2 22:34:43 MEST 1998 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/gdisplay.c: Tweaked and applied a patch from Daniel Egger
|
||||
|
|
|
@ -578,7 +578,7 @@ static gradient_editor_t *g_editor = NULL; /* The gradient editor */
|
|||
static char *blending_types[] = {
|
||||
"Linear",
|
||||
"Curved",
|
||||
"Sinuosidal",
|
||||
"Sinusoidal",
|
||||
"Spherical (increasing)",
|
||||
"Spherical (decreasing)"
|
||||
}; /* blending_types */
|
||||
|
|
|
@ -578,7 +578,7 @@ static gradient_editor_t *g_editor = NULL; /* The gradient editor */
|
|||
static char *blending_types[] = {
|
||||
"Linear",
|
||||
"Curved",
|
||||
"Sinuosidal",
|
||||
"Sinusoidal",
|
||||
"Spherical (increasing)",
|
||||
"Spherical (decreasing)"
|
||||
}; /* blending_types */
|
||||
|
|
|
@ -578,7 +578,7 @@ static gradient_editor_t *g_editor = NULL; /* The gradient editor */
|
|||
static char *blending_types[] = {
|
||||
"Linear",
|
||||
"Curved",
|
||||
"Sinuosidal",
|
||||
"Sinusoidal",
|
||||
"Spherical (increasing)",
|
||||
"Spherical (decreasing)"
|
||||
}; /* blending_types */
|
||||
|
|
|
@ -578,7 +578,7 @@ static gradient_editor_t *g_editor = NULL; /* The gradient editor */
|
|||
static char *blending_types[] = {
|
||||
"Linear",
|
||||
"Curved",
|
||||
"Sinuosidal",
|
||||
"Sinusoidal",
|
||||
"Spherical (increasing)",
|
||||
"Spherical (decreasing)"
|
||||
}; /* blending_types */
|
||||
|
|
Loading…
Reference in New Issue