This commit is contained in:
Stanislav Brabec 2000-01-16 19:02:55 +00:00
parent 619aa39418
commit e304254b2f
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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",