Bug 426365 - Enabled / Disabled Save icon is hard to recognize on
Windows 7

Change now works locally

Change-Id: Ifb98310b0f6192f018fb3805d05d30cdfcf53fc0
Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchImages.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchImages.java
index eb700a9..3139483 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchImages.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/WorkbenchImages.java
@@ -155,19 +155,19 @@
         // other toolbar buttons
 
         declareImage(ISharedImages.IMG_ETOOL_SAVE_EDIT, PATH_ETOOL
-				+ "save_edit.png", true); //$NON-NLS-1$
+				+ "save_edit.gif", true); //$NON-NLS-1$
 		declareImage(ISharedImages.IMG_ETOOL_SAVE_EDIT_DISABLED, PATH_DTOOL
-				+ "save_edit.png", true); //$NON-NLS-1$
+				+ "save_edit.gif", true); //$NON-NLS-1$
         
 		declareImage(ISharedImages.IMG_ETOOL_SAVEAS_EDIT, PATH_ETOOL
-				+ "saveas_edit.png", true); //$NON-NLS-1$
+				+ "saveas_edit.gif", true); //$NON-NLS-1$
 		declareImage(ISharedImages.IMG_ETOOL_SAVEAS_EDIT_DISABLED, PATH_DTOOL
-				+ "saveas_edit.png", true); //$NON-NLS-1$
+				+ "saveas_edit.gif", true); //$NON-NLS-1$
         
 		declareImage(ISharedImages.IMG_ETOOL_SAVEALL_EDIT, PATH_ETOOL
-				+ "saveall_edit.png", true); //$NON-NLS-1$
+				+ "saveall_edit.gif", true); //$NON-NLS-1$
 		declareImage(ISharedImages.IMG_ETOOL_SAVEALL_EDIT_DISABLED, PATH_DTOOL
-				+ "saveall_edit.png", true); //$NON-NLS-1$
+				+ "saveall_edit.gif", true); //$NON-NLS-1$
 
         declareImage(ISharedImages.IMG_TOOL_UNDO,
                 PATH_ETOOL + "undo_edit.png", true); //$NON-NLS-1$
diff --git a/bundles/org.eclipse.ui/plugin.xml b/bundles/org.eclipse.ui/plugin.xml
index 30909b2..4292fdd 100644
--- a/bundles/org.eclipse.ui/plugin.xml
+++ b/bundles/org.eclipse.ui/plugin.xml
@@ -1418,16 +1418,16 @@
             icon="$nl$/icons/full/etool16/redo_edit.png"/>
       <image
             commandId="org.eclipse.ui.file.save"
-            disabledIcon="$nl$/icons/full/dtool16/save_edit.png"
-            icon="$nl$/icons/full/etool16/save_edit.png"/>
+            disabledIcon="$nl$/icons/full/dtool16/save_edit.gif"
+            icon="$nl$/icons/full/etool16/save_edit.gif"/>
       <image
             commandId="org.eclipse.ui.file.saveAll"
-            disabledIcon="$nl$/icons/full/dtool16/saveall_edit.png"
-            icon="$nl$/icons/full/etool16/saveall_edit.png"/>
+            disabledIcon="$nl$/icons/full/dtool16/saveall_edit.gif"
+            icon="$nl$/icons/full/etool16/saveall_edit.gif"/>
       <image
             commandId="org.eclipse.ui.file.saveAs"
-            disabledIcon="$nl$/icons/full/dtool16/saveas_edit.png"
-            icon="$nl$/icons/full/etool16/saveas_edit.png"/>
+            disabledIcon="$nl$/icons/full/dtool16/saveas_edit.gif"
+            icon="$nl$/icons/full/etool16/saveas_edit.gif"/>
       <image
             commandId="org.eclipse.ui.file.refresh"
             disabledIcon="$nl$/icons/full/dlcl16/refresh_nav.png"