From d6041f3d888123322b8ce08144ea086282d1176d Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 22 Nov 2007 21:11:49 +0000 Subject: [PATCH] Monotone-Parent: 481000e0cd17c7724939535ed3c25eaa596aa5cb Monotone-Revision: 6961ced4482e86c2a2fd2249397ec110584f633a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-22T21:11:49 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/Toolbars/SOGoContactFolder.toolbar | 2 +- UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/Contacts/Toolbars/SOGoContactFolder.toolbar b/UI/Contacts/Toolbars/SOGoContactFolder.toolbar index 6c6971f5e..7822b1a0a 100644 --- a/UI/Contacts/Toolbars/SOGoContactFolder.toolbar +++ b/UI/Contacts/Toolbars/SOGoContactFolder.toolbar @@ -28,7 +28,7 @@ { link = "delete"; label="Delete"; onclick = "return uixDeleteSelectedContacts(this);"; - image="delete.png"; + image="tb-mail-delete-flat-24x24.png"; tooltip = "Delete selected card or address book"; } ) ) diff --git a/UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar b/UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar index b50fa350e..d23428f1d 100644 --- a/UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar +++ b/UI/Scheduler/Toolbars/SOGoAppointmentFolders.toolbar @@ -19,7 +19,7 @@ { link = "delete"; label="Delete"; onclick = "return deleteEvent(this);"; - image = "delete.png"; + image = "tb-mail-delete-flat-24x24.png"; tooltip = "Delete this event or task"; } ), ( { link = "today"; label="Go to Today";