mirror of https://github.com/GNOME/gimp.git
reordered action buttons.
2002-10-28 Michael Natterer <mitch@gimp.org> * plug-ins/common/unsharp.c: reordered action buttons.
This commit is contained in:
parent
5f750eae3c
commit
dcb5f7b2da
|
@ -1,3 +1,7 @@
|
|||
2002-10-28 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/common/unsharp.c: reordered action buttons.
|
||||
|
||||
2002-10-28 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpcolornotebook.[ch]: the notebook as known
|
||||
|
|
|
@ -785,11 +785,12 @@ unsharp_mask_dialog (void)
|
|||
GTK_WIN_POS_MOUSE,
|
||||
FALSE, TRUE, FALSE,
|
||||
|
||||
GTK_STOCK_OK, unsharp_ok_callback,
|
||||
NULL, NULL, NULL, TRUE, FALSE,
|
||||
GTK_STOCK_CANCEL, gtk_widget_destroy,
|
||||
NULL, 1, NULL, FALSE, TRUE,
|
||||
|
||||
GTK_STOCK_OK, unsharp_ok_callback,
|
||||
NULL, NULL, NULL, TRUE, FALSE,
|
||||
|
||||
NULL);
|
||||
|
||||
g_signal_connect (G_OBJECT (window), "destroy",
|
||||
|
|
Loading…
Reference in New Issue