aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 87bb07d..d0d668f 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -226,9 +226,9 @@ static void add_menu_bar(struct presentation *p, GtkWidget *vbox)
NULL, NULL, G_CALLBACK(next_slide_sig) },
{ "ButtonLastSlideAction", GTK_STOCK_GOTO_LAST, "Last Slide",
NULL, NULL, G_CALLBACK(last_slide_sig) },
- { "ButtonToolSelectAction", NULL, "Select",
+ { "ButtonToolSelectAction", "colloquium-select", "Select",
NULL, NULL, NULL },
- { "ButtonToolTextAction", NULL, "Text",
+ { "ButtonToolTextAction", "colloquium-text", "Text",
NULL, NULL, NULL },
};