mirror of https://github.com/GNOME/gimp.git
Fixed cut'n'paste bug #26203.
2000-10-03 Michael Natterer <mitch@gimp.org> * plug-ins/common/align_layers.c: Fixed cut'n'paste bug #26203.
This commit is contained in:
parent
3634cf897b
commit
e60d734b1a
|
@ -1,3 +1,7 @@
|
|||
2000-10-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/common/align_layers.c: Fixed cut'n'paste bug #26203.
|
||||
|
||||
2000-10-03 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/gdyntext/gdyntext.c: added a missing "break". Fixes #26268.
|
||||
|
|
|
@ -508,7 +508,7 @@ align_layers_dialog (void)
|
|||
|
||||
NULL);
|
||||
gimp_table_attach_aligned (GTK_TABLE (table), 0, 3,
|
||||
_("Horizontal Base:"), 1.0, 0.5,
|
||||
_("Vertical Base:"), 1.0, 0.5,
|
||||
optionmenu, 1, FALSE);
|
||||
|
||||
toggle =
|
||||
|
|
Loading…
Reference in New Issue