diff options
author | Thomas White <taw@physics.org> | 2020-07-01 11:55:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | 565268d27911fcdda767f483df461eead1b917d9 (patch) | |
tree | 65c3d30f64d30617e941db959e989ef948e4758c /src/crystfel_gui.c | |
parent | 3d53001a2aa50615a96a1ddbe1817ce73634f5d3 (diff) |
Find data -> Load data
This is a better name, because it includes loading a stream (and
possibly more later).
Diffstat (limited to 'src/crystfel_gui.c')
-rw-r--r-- | src/crystfel_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |