reordered action buttons.

2002-10-28  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/unsharp.c: reordered action buttons.
This commit is contained in:
Michael Natterer 2002-10-28 19:12:17 +00:00 committed by Michael Natterer
parent 5f750eae3c
commit dcb5f7b2da
2 changed files with 7 additions and 2 deletions

View File

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

View File

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