From c91f9b9153df32f180a6c62b27ff3001e73c5224 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 25 Jun 2008 14:30:20 +0000 Subject: [PATCH] Fixed dc image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11442 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../plugins/admin/departments/class_departmentManagement.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/plugins/admin/departments/class_departmentManagement.inc b/gosa-core/plugins/admin/departments/class_departmentManagement.inc index 5061b9838..e210ce3b2 100644 --- a/gosa-core/plugins/admin/departments/class_departmentManagement.inc +++ b/gosa-core/plugins/admin/departments/class_departmentManagement.inc @@ -584,8 +584,8 @@ class departmentManagement extends plugin $types['dcObject']['ATTR'] = "dc"; $types['dcObject']['TAB'] = "DCOBJECT_TABS"; $types['dcObject']['OC'] = "dcObject"; - $types['dcObject']['IMG'] = "plugins/departments/images/dcObject.png"; - $types['dcObject']['IMG_FULL']= "plugins/departments/images/dcObject.png"; + $types['dcObject']['IMG'] = "plugins/departments/images/dc.png"; + $types['dcObject']['IMG_FULL']= "plugins/departments/images/dc.png"; $types['dcObject']['TITLE'] = _("Domain Component"); $types['dcObject']['TPL'] = "dcObject.tpl"; -- 2.30.2