diff options
Diffstat (limited to 'src/gui_backend_slurm.c')
-rw-r--r-- | src/gui_backend_slurm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui_backend_slurm.c b/src/gui_backend_slurm.c index 173ee65e..3a9e514d 100644 --- a/src/gui_backend_slurm.c +++ b/src/gui_backend_slurm.c @@ -760,6 +760,11 @@ static GtkWidget *make_indexing_parameters_widget(void *opts_priv) g_signal_connect(G_OBJECT(entry), "focus-out-event", G_CALLBACK(pathadd_focus_sig), opts); + gtk_widget_set_tooltip_text(hbox, "The search path includes /bin, " + "/usr/bin, the location of the CrystFEL GUI " + "executable, and anything you enter here. " + "You can include multiple locations " + "separated by colons."); return vbox; } |