From 76212cad4d9df582b29abe7f9ca607736bdbc06e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 29 May 2011 20:55:15 +0200 Subject: Add icons to tool buttons --- src/mainwindow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.c') 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 }, }; -- cgit v1.2.3