From 870148b22d5d821f8115a47247f2e9f1660a90cc Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Fri, 20 Jul 2001 15:40:15 +0000 Subject: use the 2 new category icons (16_category_suppliers.png and 2001-07-20 Rodrigo Moya * e-categories-config.c (initialize_categories_config): use the 2 new category icons (16_category_suppliers.png and 16_category_time-and-expenses.png) svn path=/trunk/; revision=11261 --- e-util/e-categories-config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util/e-categories-config.c') diff --git a/e-util/e-categories-config.c b/e-util/e-categories-config.c index 03eaaf6910..e88dc8188f 100644 --- a/e-util/e-categories-config.c +++ b/e-util/e-categories-config.c @@ -95,9 +95,9 @@ initialize_categories_config (void) e_categories_config_set_icon_for ( _("Strategies"), EVOLUTION_CATEGORY_ICONS "/16_category_strategies.png"); e_categories_config_set_icon_for ( - _("Suppliers"), NULL); + _("Suppliers"), EVOLUTION_CATEGORY_ICONS "/16_category_suppliers.png"); e_categories_config_set_icon_for ( - _("Time & Expenses"), NULL); + _("Time & Expenses"), EVOLUTION_CATEGORY_ICONS "/16_category_time-and-expenses.png"); e_categories_config_set_icon_for ( _("VIP"), NULL); e_categories_config_set_icon_for ( -- cgit v1.2.3