From: cajus Date: Wed, 25 Jun 2008 14:30:20 +0000 (+0000) Subject: Fixed dc image X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c91f9b9153df32f180a6c62b27ff3001e73c5224;p=gosa.git Fixed dc image git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11442 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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";