aboutsummaryrefslogtreecommitdiff
path: root/src/crystfel_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crystfel_gui.c')
-rw-r--r--src/crystfel_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c
index 28661064..700cc4f1 100644
--- a/src/crystfel_gui.c
+++ b/src/crystfel_gui.c
@@ -640,7 +640,7 @@ static void add_button(GtkWidget *vbox, const char *label, const char *imagen,
static void add_task_buttons(GtkWidget *vbox, struct crystfelproject *proj)
{
- /* FIXME: All these icons are placeholders */
+ /* FIXME: All these icons are placeholders (GitLab #9) */
add_button(vbox, "Load data", "folder-pictures",
G_CALLBACK(import_sig), proj);
add_button(vbox, "Peak detection", "edit-find",