aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-06-23 11:32:54 +0200
committerThomas White <taw@physics.org>2021-06-23 12:12:03 +0200
commita284b602fcecfb6450cdbaf1f48275c84e3dce9b (patch)
tree562ea5930380aaeaf204d81fdd9cb03068ab03a6 /src
parent0b7ce0dedf7cbb5fb71657249adac24aa5c6884e (diff)
GUI: Swap Close/Calculate buttons in FoM window
This makes it consistent with all the other windows.
Diffstat (limited to 'src')
-rw-r--r--src/gui_fom.c2
1 files changed, 1 insertions, 1 deletions
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",