mirror of https://github.com/GNOME/gimp.git
fixed typo (bug #136610).
2004-03-09 Sven Neumann <sven@gimp.org> * plug-ins/gimpressionist/general.c: fixed typo (bug #136610).
This commit is contained in:
parent
a8820cf9cf
commit
2e16b347d5
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-09 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/gimpressionist/general.c: fixed typo (bug #136610).
|
||||||
|
|
||||||
2004-03-09 Sven Neumann <sven@gimp.org>
|
2004-03-09 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
Finished some work that Brix started on the help system. It's
|
Finished some work that Brix started on the help system. It's
|
||||||
|
|
|
@ -207,7 +207,7 @@ void create_generalpage(GtkNotebook *notebook)
|
||||||
|
|
||||||
devthreshadjust =
|
devthreshadjust =
|
||||||
gimp_scale_entry_new (GTK_TABLE(table), 0, 4,
|
gimp_scale_entry_new (GTK_TABLE(table), 0, 4,
|
||||||
_("Deviation treshold:"),
|
_("Deviation threshold:"),
|
||||||
150, 6, pcvals.devthresh,
|
150, 6, pcvals.devthresh,
|
||||||
0.0, 1.0, 0.01, 0.01, 2,
|
0.0, 1.0, 0.01, 0.01, 2,
|
||||||
TRUE, 0, 0,
|
TRUE, 0, 0,
|
||||||
|
|
Loading…
Reference in New Issue