From a284b602fcecfb6450cdbaf1f48275c84e3dce9b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 23 Jun 2021 11:32:54 +0200 Subject: GUI: Swap Close/Calculate buttons in FoM window This makes it consistent with all the other windows. --- src/gui_fom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui_fom.c') diff --git a/src/gui_fom.c b/src/gui_fom.c index 294db3eb..66de3e13 100644 --- a/src/gui_fom.c +++ b/src/gui_fom.c @@ -628,8 +628,8 @@ gint fom_sig(GtkWidget *widget, struct crystfelproject *proj) dialog = gtk_dialog_new_with_buttons("Calculate figures of merit", GTK_WINDOW(proj->window), GTK_DIALOG_DESTROY_WITH_PARENT, - "Calculate", GTK_RESPONSE_APPLY, "Close", GTK_RESPONSE_CLOSE, + "Calculate", GTK_RESPONSE_APPLY, NULL); g_signal_connect(G_OBJECT(dialog), "response", -- cgit v1.2.3