# HG changeset patch # User Peter Hofer # Date 1320074757 -3600 # Node ID 6d6a90dc12d0f96e5b670de2e489c2a4fd2b397d # Parent e4175b8b85d3652d162fe50ee846d3eca170ad48 IdealGraphVisualizer: replace settings icon diff -r e4175b8b85d3 -r 6d6a90dc12d0 src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/ViewOptionsCategory.java --- a/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/ViewOptionsCategory.java Mon Oct 31 15:55:13 2011 +0100 +++ b/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/ViewOptionsCategory.java Mon Oct 31 16:25:57 2011 +0100 @@ -38,7 +38,7 @@ @Override public Icon getIcon() { - return new ImageIcon(ImageUtilities.loadImage("com/sun/hotspot/igv/settings/settings.gif")); + return new ImageIcon(ImageUtilities.loadImage("com/sun/hotspot/igv/settings/settings.png")); } public String getCategoryName() { diff -r e4175b8b85d3 -r 6d6a90dc12d0 src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/settings.gif Binary file src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/settings.gif has changed diff -r e4175b8b85d3 -r 6d6a90dc12d0 src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/settings.png Binary file src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/settings.png has changed