Changeset 2200
- 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
| r2142 |
r2200 |
|
| 31 | 31 | public static final String DOMAIN_ICON = NAME_PREFIX + "cview16/domain.gif"; //$NON-NLS-1$ |
|---|
| 32 | 32 | 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$ |
|---|
| 34 | 34 | public static final String NETRESOURCE_ICON = NAME_PREFIX + "cview16/networkresource.gif"; //$NON-NLS-1$ |
|---|
| 35 | 35 | public static final String BASEDOMAIN_ICON = NAME_PREFIX + "cview16/basedomain.gif"; //$NON-NLS-1$ |
|---|
| … | … | |
| 75 | 75 | addImage(DOMAIN_ICON, "cview16/domain.gif"); |
|---|
| 76 | 76 | addImage(RESOURCE_ICON_ENABLED, "elcl16/resource.gif"); |
|---|
| 77 | | addImage(RESOURCE_ICON_DISABLED, "dlcl16/resource_dis.gif"); |
|---|
| | 77 | addImage(RESOURCE_ICON_DISABLED, "dlcl16/resource.gif"); |
|---|
| 78 | 78 | addImage(NETRESOURCE_ICON,"cview16/networkresource.gif"); |
|---|
| 79 | 79 | addImage(BASEDOMAIN_ICON, "cview16/basedomain.gif"); |
|---|
Download in other formats:
* Generating other formats may take time.