diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-07-20 23:40:15 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-07-20 23:40:15 +0800 |
commit | 870148b22d5d821f8115a47247f2e9f1660a90cc (patch) | |
tree | 257d97063584a2afcfdeac4f33afe50833b8b45b | |
parent | 756e4125f632ff477f8e66648d44e1d1b167084b (diff) | |
download | gsoc2013-evolution-870148b22d5d821f8115a47247f2e9f1660a90cc.tar gsoc2013-evolution-870148b22d5d821f8115a47247f2e9f1660a90cc.tar.gz gsoc2013-evolution-870148b22d5d821f8115a47247f2e9f1660a90cc.tar.bz2 gsoc2013-evolution-870148b22d5d821f8115a47247f2e9f1660a90cc.tar.lz gsoc2013-evolution-870148b22d5d821f8115a47247f2e9f1660a90cc.tar.xz gsoc2013-evolution-870148b22d5d821f8115a47247f2e9f1660a90cc.tar.zst gsoc2013-evolution-870148b22d5d821f8115a47247f2e9f1660a90cc.zip |
use the 2 new category icons (16_category_suppliers.png and
2001-07-20 Rodrigo Moya <rodrigo@ximian.com>
* 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
-rw-r--r-- | e-util/ChangeLog | 6 | ||||
-rw-r--r-- | e-util/e-categories-config.c | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 020b0742de..d9eede4439 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2001-07-20 Rodrigo Moya <rodrigo@ximian.com> + + * e-categories-config.c (initialize_categories_config): use the 2 + new category icons (16_category_suppliers.png and + 16_category_time-and-expenses.png) + 2001-07-19 Rodrigo Moya <rodrigo@ximian.com> * e-categories-config.c (initialize_categories_config): use the 2 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 ( |