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:
parent
52a026ef4f
commit
2cd61830fb
2 changed files with 4 additions and 4 deletions
|
@ -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"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue