mirror of https://github.com/GNOME/gimp.git
typo fix
This commit is contained in:
parent
619aa39418
commit
e304254b2f
|
@ -1,3 +1,7 @@
|
|||
Sat Jan 16 19:58:55 CET 2000 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* plug-ins/common/shift.c: Typo fix.
|
||||
|
||||
2000-01-16 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/layers_dialog.c: oops, the "Add Layer Mask" dialog contained
|
||||
|
|
|
@ -420,7 +420,7 @@ shift_dialog (void)
|
|||
gtk_widget_show (table);
|
||||
|
||||
amount_data = gimp_scale_entry_new (GTK_TABLE (table), 0, 0,
|
||||
_("Shift Anount:"), SCALE_WIDTH, 0,
|
||||
_("Shift Amount:"), SCALE_WIDTH, 0,
|
||||
shvals.shift_amount, 0, 200, 1, 10, 0,
|
||||
NULL, NULL);
|
||||
gtk_signal_connect (GTK_OBJECT (amount_data), "value_changed",
|
||||
|
|
Loading…
Reference in New Issue