aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-05-29 20:55:15 +0200
committerThomas White <taw@bitwiz.org.uk>2011-05-29 20:55:15 +0200
commit76212cad4d9df582b29abe7f9ca607736bdbc06e (patch)
treef11cdaa7717c523a96ee7e3ce5606e8c2ca65f11 /src/mainwindow.c
parent9a00aaa654a698a9068da7544ab7123e50defa6d (diff)
Add icons to tool buttons
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 },
};