Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramywu2006-10-16 19:04:49 +0000
committeramywu2006-10-16 19:04:49 +0000
commit01789331f12579197b53a645b96b79e81bb76cbd (patch)
tree5b61e53833aeb398c78d0a1b20edd8a72ebf3b72 /bundles/org.eclipse.wst.dtd.ui/src
parent4311d143f480622452f596bb66f682c99a8fa756 (diff)
downloadwebtools.sourceediting-01789331f12579197b53a645b96b79e81bb76cbd.tar.gz
webtools.sourceediting-01789331f12579197b53a645b96b79e81bb76cbd.tar.xz
webtools.sourceediting-01789331f12579197b53a645b96b79e81bb76cbd.zip
[130018] [project creation] Update the WTP wizard icons to use the PNG format
[105347] Change "Create XML file from scratch" radio button in XML wizard
Diffstat (limited to 'bundles/org.eclipse.wst.dtd.ui/src')
-rw-r--r--bundles/org.eclipse.wst.dtd.ui/src/org/eclipse/wst/dtd/ui/internal/editor/DTDEditorPluginImages.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.dtd.ui/src/org/eclipse/wst/dtd/ui/internal/editor/DTDEditorPluginImages.java b/bundles/org.eclipse.wst.dtd.ui/src/org/eclipse/wst/dtd/ui/internal/editor/DTDEditorPluginImages.java
index d331157a76..bb2befbabb 100644
--- a/bundles/org.eclipse.wst.dtd.ui/src/org/eclipse/wst/dtd/ui/internal/editor/DTDEditorPluginImages.java
+++ b/bundles/org.eclipse.wst.dtd.ui/src/org/eclipse/wst/dtd/ui/internal/editor/DTDEditorPluginImages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2001, 2004 IBM Corporation and others.
+ * Copyright (c) 2001, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -40,5 +40,5 @@ public class DTDEditorPluginImages {
public static final String IMG_OBJ_SORT = "icons/full/obj16/sort.gif"; //$NON-NLS-1$
public static final String IMG_OBJ_VALIDATE = "icons/full/obj16/validate.gif"; //$NON-NLS-1$
- public static final String IMG_WIZBAN_NEWDTDFILE = "icons/full/wizban/newdtdfile_wiz.gif"; //$NON-NLS-1$
+ public static final String IMG_WIZBAN_NEWDTDFILE = "icons/full/wizban/newdtdfile_wiz.png"; //$NON-NLS-1$
}

Back to the top