From 565268d27911fcdda767f483df461eead1b917d9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 1 Jul 2020 11:55:55 +0200 Subject: Find data -> Load data This is a better name, because it includes loading a stream (and possibly more later). --- src/crystfel_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c index 77a064f3..918f7eb8 100644 --- a/src/crystfel_gui.c +++ b/src/crystfel_gui.c @@ -518,7 +518,7 @@ static void add_button(GtkWidget *vbox, const char *label, const char *imagen, static void add_task_buttons(GtkWidget *vbox, struct crystfelproject *proj) { - add_button(vbox, "Find data", "folder-pictures", + add_button(vbox, "Load data", "folder-pictures", G_CALLBACK(finddata_sig), proj); add_button(vbox, "Peak detection", "edit-find", G_CALLBACK(peaksearch_sig), proj); -- cgit v1.2.3