mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 17:45:24 +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
|
* available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* 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;
|
package org.eclipse.tm.discovery.model.provider;
|
||||||
|
@ -108,7 +108,7 @@ public class ServiceItemProvider
|
||||||
* @generated not
|
* @generated not
|
||||||
*/
|
*/
|
||||||
public Object getImage(Object object) {
|
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
|
* available at http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* 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;
|
package org.eclipse.tm.discovery.model.provider;
|
||||||
|
@ -109,7 +109,7 @@ public class ServiceTypeItemProvider
|
||||||
* @generated
|
* @generated
|
||||||
*/
|
*/
|
||||||
public Object getImage(Object object) {
|
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