aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/component-factory.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-08-02 05:28:33 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-08-02 05:28:33 +0800
commit0f4389f5965014c429b00cf20b797fabbb35268b (patch)
tree204d250bd402ae0eb02ace45a5edeff8a0514b7a /calendar/gui/component-factory.c
parent1700f6e45107627e7eacc55fb7cf29dbe9f60e77 (diff)
downloadgsoc2013-evolution-0f4389f5965014c429b00cf20b797fabbb35268b.tar
gsoc2013-evolution-0f4389f5965014c429b00cf20b797fabbb35268b.tar.gz
gsoc2013-evolution-0f4389f5965014c429b00cf20b797fabbb35268b.tar.bz2
gsoc2013-evolution-0f4389f5965014c429b00cf20b797fabbb35268b.tar.lz
gsoc2013-evolution-0f4389f5965014c429b00cf20b797fabbb35268b.tar.xz
gsoc2013-evolution-0f4389f5965014c429b00cf20b797fabbb35268b.tar.zst
gsoc2013-evolution-0f4389f5965014c429b00cf20b797fabbb35268b.zip
Use meeting-request-16.png instead of meeting-request.png.
* gui/component-factory.c (create_object): Use meeting-request-16.png instead of meeting-request.png. * gui/calendar-commands.c (pixmaps): Remove pixmaps in /menu/File/New/NewFirstItem/. svn path=/trunk/; revision=17676
Diffstat (limited to 'calendar/gui/component-factory.c')
-rw-r--r--calendar/gui/component-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c
index b6e36b3b49..39f55a1000 100644
--- a/calendar/gui/component-factory.c
+++ b/calendar/gui/component-factory.c
@@ -712,7 +712,7 @@ create_object (void)
add_creatable_item (shell_component, CREATE_MEETING_ID,
_("New meeting"), _("_Meeting"),
_("Create a new meeting request"),
- "calendar", 's', "meeting-request.png");
+ "calendar", 's', "meeting-request-16.png");
add_creatable_item (shell_component, CREATE_TASK_ID,
_("New task"), _("_Task"),