aboutsummaryrefslogtreecommitdiff
path: root/sensei-raw-ctl-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'sensei-raw-ctl-gui.c')
-rw-r--r--sensei-raw-ctl-gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sensei-raw-ctl-gui.c b/sensei-raw-ctl-gui.c
index aa22b13..4295f0d 100644
--- a/sensei-raw-ctl-gui.c
+++ b/sensei-raw-ctl-gui.c
@@ -38,7 +38,8 @@
extern const char ui[];
/* To translate combo box entries into sensei-raw-ctl arguments. */
-static gchar *pulsation_list[] = { "steady", "slow", "medium", "fast", NULL };
+static gchar *pulsation_list[] = { "steady", "slow", "medium", "fast",
+ "trigger", NULL };
static gchar *intensity_list[] = { "off", "low", "medium", "high", NULL };
/* GtkNotebook pages within the UI. */