diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:28:33 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-02 05:28:33 +0800 |
commit | 0f4389f5965014c429b00cf20b797fabbb35268b (patch) | |
tree | 204d250bd402ae0eb02ace45a5edeff8a0514b7a | |
parent | 1700f6e45107627e7eacc55fb7cf29dbe9f60e77 (diff) | |
download | gsoc2013-evolution-0f4389f5965014c429b00cf20b797fabbb35268b.tar.gz 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
-rw-r--r-- | calendar/ChangeLog | 8 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.c | 3 | ||||
-rw-r--r-- | calendar/gui/calendar-component.c | 2 | ||||
-rw-r--r-- | calendar/gui/component-factory.c | 2 |
4 files changed, 10 insertions, 5 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2e05bf7821..450afdd575 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2002-08-01 Ettore Perazzoli <ettore@ximian.com> + + * 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/. + 2002-08-01 JP Rosevear <jpr@ximian.com> * gui/calendar-model.c (is_overdue): use get_due_status diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 30a1654f1b..3140d193a4 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -674,9 +674,6 @@ static BonoboUIVerb verbs [] = { static EPixmap pixmaps [] = { - E_PIXMAP ("/menu/File/New/NewFirstItem/NewAppointment", "new_appointment.xpm"), - E_PIXMAP ("/menu/File/New/NewFirstItem/NewMeeting", "meeting.xpm"), - E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "new_task-16.png"), E_PIXMAP ("/menu/EditPlaceholder/Edit/Cut", "16_cut.png"), E_PIXMAP ("/menu/EditPlaceholder/Edit/Copy", "16_copy.png"), E_PIXMAP ("/menu/EditPlaceholder/Edit/Paste", "16_paste.png"), diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index b6e36b3b49..39f55a1000 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.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"), 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"), |