aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-26 17:05:21 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-26 17:05:21 +0800
commit17e044f8258f1a1ed06acd2352a5890f962c3cc3 (patch)
tree958c97a3fa6496981efd96421ab971ae43507d5f /calendar/gui/dialogs
parent13c5abb9db656476d29e15c4956bc2e8181e72b9 (diff)
downloadgsoc2013-evolution-17e044f8258f1a1ed06acd2352a5890f962c3cc3.tar
gsoc2013-evolution-17e044f8258f1a1ed06acd2352a5890f962c3cc3.tar.gz
gsoc2013-evolution-17e044f8258f1a1ed06acd2352a5890f962c3cc3.tar.bz2
gsoc2013-evolution-17e044f8258f1a1ed06acd2352a5890f962c3cc3.tar.lz
gsoc2013-evolution-17e044f8258f1a1ed06acd2352a5890f962c3cc3.tar.xz
gsoc2013-evolution-17e044f8258f1a1ed06acd2352a5890f962c3cc3.tar.zst
gsoc2013-evolution-17e044f8258f1a1ed06acd2352a5890f962c3cc3.zip
Committing patch from PR Suman to add icons missing in menu items.
svn path=/trunk/; revision=31902
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r--calendar/gui/dialogs/event-editor.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c
index a34751259a..672e0aadb9 100644
--- a/calendar/gui/dialogs/event-editor.c
+++ b/calendar/gui/dialogs/event-editor.c
@@ -387,11 +387,14 @@ static BonoboUIVerb verbs [] = {
static EPixmap pixmaps[] = {
E_PIXMAP ("/Toolbar/ActionAlarm", "stock_alarm", E_ICON_SIZE_LARGE_TOOLBAR),
+ E_PIXMAP ("/menu/Options/ActionAlarm", "stock_alarm", E_ICON_SIZE_MENU),
E_PIXMAP ("/Toolbar/ActionAllDayEvent", "stock_new-24h-appointment", E_ICON_SIZE_LARGE_TOOLBAR),
E_PIXMAP ("/Toolbar/ViewTimeZone", "stock_timezone", E_ICON_SIZE_LARGE_TOOLBAR),
E_PIXMAP ("/Toolbar/ActionRecurrence", "stock_task-recurring", E_ICON_SIZE_LARGE_TOOLBAR),
+ E_PIXMAP ("/menu/Options/ActionRecurrence", "stock_task-recurring", E_ICON_SIZE_MENU),
E_PIXMAP ("/commands/ActionRecurrence", "stock_task-recurring", E_ICON_SIZE_LARGE_TOOLBAR),
- E_PIXMAP ("/Toolbar/ActionFreeBusy", EVOLUTION_ICONSDIR"/query-free-busy.png", E_ICON_SIZE_LARGE_TOOLBAR),
+ E_PIXMAP ("/Toolbar/ActionFreeBusy", EVOLUTION_ICONSDIR"/query-free-busy.png", E_ICON_SIZE_LARGE_TOOLBAR),
+ E_PIXMAP ("/menu/Options/ActionFreeBusy", EVOLUTION_ICONSDIR"/query-free-busy.png", E_ICON_SIZE_MENU),
E_PIXMAP_END
};