1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Fixed image cases

This commit is contained in:
Javier Montalvo Orus 2006-10-09 17:52:08 +00:00
parent 52a026ef4f
commit 2cd61830fb
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
* available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Javier Montalvo Orús (Symbian) - initial API and implementation
* Javier Montalvo Orus (Symbian) - initial API and implementation
********************************************************************************/
package org.eclipse.tm.discovery.model.provider;
@ -108,7 +108,7 @@ public class ServiceItemProvider
* @generated not
*/
public Object getImage(Object object) {
return overlayImage(object, getResourceLocator().getImage("full/obj16/Service"));
return overlayImage(object, getResourceLocator().getImage("full/obj16/service"));
}
/**

View file

@ -5,7 +5,7 @@
* available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Javier Montalvo Orús (Symbian) - initial API and implementation
* Javier Montalvo Orus (Symbian) - initial API and implementation
********************************************************************************/
package org.eclipse.tm.discovery.model.provider;
@ -109,7 +109,7 @@ public class ServiceTypeItemProvider
* @generated
*/
public Object getImage(Object object) {
return overlayImage(object, getResourceLocator().getImage("full/obj16/ServiceType"));
return overlayImage(object, getResourceLocator().getImage("full/obj16/serviceType"));
}
/**