From a8c2a3eb9f31ff9a650006b76bddbad2d5c2d7dc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 24 Jan 2009 21:53:29 +0000 Subject: Test icon names in actions with toolitems svn path=/trunk/; revision=22209 --- tests/testactions.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/testactions.c') diff --git a/tests/testactions.c b/tests/testactions.c index f63aac84c6..9bae26e7ec 100644 --- a/tests/testactions.c +++ b/tests/testactions.c @@ -129,6 +129,8 @@ static GtkActionEntry entries[] = { { "Menu2Action", NULL, "Menu _2" }, { "Menu3Action", NULL, "_Dynamic Menu" }, + { "attach", "mail-attachment", "_Attachment...", "m", + "Attach a file", G_CALLBACK (activate_action) }, { "cut", GTK_STOCK_CUT, "C_ut", "X", "Cut the selected text to the clipboard", G_CALLBACK (activate_action) }, { "copy", GTK_STOCK_COPY, "_Copy", "C", @@ -226,6 +228,7 @@ static const gchar *ui_info = " \n" " \n" " \n" +" \n" " \n" " \n" " \n" -- cgit v1.2.1