Author: vyemialyanchyk
Date: 2008-08-04 10:12:29 -0400 (Mon, 04 Aug 2008)
New Revision: 9494
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2592
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java 2008-08-04
14:10:30 UTC (rev 9493)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse/src/org/hibernate/console/ImageMap.java 2008-08-04
14:12:29 UTC (rev 9494)
@@ -29,9 +29,9 @@
*/
public abstract class ImageMap implements ImageConstants {
-
-
+
+
protected void declareImages() {
declareRegistryImage(MAPPEDCLASS, MAPPEDCLASS_PATH);
declareRegistryImage(UNMAPPEDCLASS, UNMAPPEDCLASS_PATH);
@@ -74,7 +74,8 @@
declareRegistryImage(CHECKBOX_EMPTY, "images/xpl/incomplete_tsk.gif");
//$NON-NLS-1$
declareRegistryImage(CHECKBOX_FULL, "images/xpl/complete_tsk.gif");
//$NON-NLS-1$
declareRegistryImage(RELOAD, "images/reload.gif"); //$NON-NLS-1$
-
+ declareRegistryImage(ERROR, "images/error.gif"); //$NON-NLS-1$
+
}
protected abstract void declareRegistryImage(String key, String path);