Changeset 2200

Show
Ignore:
Timestamp:
05/30/08 14:17:08 (6 months ago)
Author:
apatel
Message:

fixed incorrect disable resource icon file name.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework-plugin/src/com/tresys/framework/plugin/FRAMEWORKImageRegistry.java

    r2142 r2200  
    3131        public static final String DOMAIN_ICON = NAME_PREFIX + "cview16/domain.gif";                            //$NON-NLS-1$ 
    3232        public static final String RESOURCE_ICON_ENABLED = NAME_PREFIX + "elcl16/resource.gif";                 //$NON-NLS-1$ 
    33         public static final String RESOURCE_ICON_DISABLED = NAME_PREFIX + "dlcl16/resource_dis.gif";                  //$NON-NLS-1$ 
     33        public static final String RESOURCE_ICON_DISABLED = NAME_PREFIX + "dlcl16/resource.gif";                      //$NON-NLS-1$ 
    3434        public static final String NETRESOURCE_ICON = NAME_PREFIX + "cview16/networkresource.gif";      //$NON-NLS-1$ 
    3535        public static final String BASEDOMAIN_ICON = NAME_PREFIX + "cview16/basedomain.gif";            //$NON-NLS-1$ 
     
    7575                addImage(DOMAIN_ICON, "cview16/domain.gif"); 
    7676                addImage(RESOURCE_ICON_ENABLED, "elcl16/resource.gif"); 
    77                 addImage(RESOURCE_ICON_DISABLED, "dlcl16/resource_dis.gif"); 
     77                addImage(RESOURCE_ICON_DISABLED, "dlcl16/resource.gif"); 
    7878                addImage(NETRESOURCE_ICON,"cview16/networkresource.gif"); 
    7979                addImage(BASEDOMAIN_ICON, "cview16/basedomain.gif");