diff --git a/com.wudsn.ide.snd/icons/player-export-16x16.gif b/com.wudsn.ide.snd/icons/player-export-16x16.gif deleted file mode 100644 index 5a0837d1..00000000 Binary files a/com.wudsn.ide.snd/icons/player-export-16x16.gif and /dev/null differ diff --git a/com.wudsn.ide.snd/icons/player-export-16x16.png b/com.wudsn.ide.snd/icons/player-export-16x16.png new file mode 100644 index 00000000..1c932ff6 Binary files /dev/null and b/com.wudsn.ide.snd/icons/player-export-16x16.png differ diff --git a/com.wudsn.ide.snd/icons/player-first-16x16.gif b/com.wudsn.ide.snd/icons/player-first-16x16.gif deleted file mode 100644 index afa0b70d..00000000 Binary files a/com.wudsn.ide.snd/icons/player-first-16x16.gif and /dev/null differ diff --git a/com.wudsn.ide.snd/icons/player-first-16x16.png b/com.wudsn.ide.snd/icons/player-first-16x16.png new file mode 100644 index 00000000..d516c375 Binary files /dev/null and b/com.wudsn.ide.snd/icons/player-first-16x16.png differ diff --git a/com.wudsn.ide.snd/icons/player-forward-16x16.gif b/com.wudsn.ide.snd/icons/player-forward-16x16.gif deleted file mode 100644 index 5fab5c45..00000000 Binary files a/com.wudsn.ide.snd/icons/player-forward-16x16.gif and /dev/null differ diff --git a/com.wudsn.ide.snd/icons/player-forward-16x16.png b/com.wudsn.ide.snd/icons/player-forward-16x16.png new file mode 100644 index 00000000..60512660 Binary files /dev/null and b/com.wudsn.ide.snd/icons/player-forward-16x16.png differ diff --git a/com.wudsn.ide.snd/icons/player-last-16x16.gif b/com.wudsn.ide.snd/icons/player-last-16x16.gif deleted file mode 100644 index 0684cec3..00000000 Binary files a/com.wudsn.ide.snd/icons/player-last-16x16.gif and /dev/null differ diff --git a/com.wudsn.ide.snd/icons/player-last-16x16.png b/com.wudsn.ide.snd/icons/player-last-16x16.png new file mode 100644 index 00000000..2bdabc77 Binary files /dev/null and b/com.wudsn.ide.snd/icons/player-last-16x16.png differ diff --git a/com.wudsn.ide.snd/icons/player-pause-16x16.gif b/com.wudsn.ide.snd/icons/player-pause-16x16.gif deleted file mode 100644 index 8569a04c..00000000 Binary files a/com.wudsn.ide.snd/icons/player-pause-16x16.gif and /dev/null differ diff --git a/com.wudsn.ide.snd/icons/player-pause-16x16.png b/com.wudsn.ide.snd/icons/player-pause-16x16.png new file mode 100644 index 00000000..e3bfa9cc Binary files /dev/null and b/com.wudsn.ide.snd/icons/player-pause-16x16.png differ diff --git a/com.wudsn.ide.snd/icons/player-play-16x16.gif b/com.wudsn.ide.snd/icons/player-play-16x16.gif deleted file mode 100644 index a6b3bf29..00000000 Binary files a/com.wudsn.ide.snd/icons/player-play-16x16.gif and /dev/null differ diff --git a/com.wudsn.ide.snd/icons/player-play-16x16.gif.bak b/com.wudsn.ide.snd/icons/player-play-16x16.gif.bak deleted file mode 100644 index 2e764b82..00000000 Binary files a/com.wudsn.ide.snd/icons/player-play-16x16.gif.bak and /dev/null differ diff --git a/com.wudsn.ide.snd/icons/player-play-16x16.png b/com.wudsn.ide.snd/icons/player-play-16x16.png new file mode 100644 index 00000000..7a228671 Binary files /dev/null and b/com.wudsn.ide.snd/icons/player-play-16x16.png differ diff --git a/com.wudsn.ide.snd/icons/player-rewind-16x16.gif b/com.wudsn.ide.snd/icons/player-rewind-16x16.gif deleted file mode 100644 index 8701b2a8..00000000 Binary files a/com.wudsn.ide.snd/icons/player-rewind-16x16.gif and /dev/null differ diff --git a/com.wudsn.ide.snd/icons/player-rewind-16x16.png b/com.wudsn.ide.snd/icons/player-rewind-16x16.png new file mode 100644 index 00000000..8b7bd2d5 Binary files /dev/null and b/com.wudsn.ide.snd/icons/player-rewind-16x16.png differ diff --git a/com.wudsn.ide.snd/icons/player-stop-16x16.gif b/com.wudsn.ide.snd/icons/player-stop-16x16.gif deleted file mode 100644 index c372ddc3..00000000 Binary files a/com.wudsn.ide.snd/icons/player-stop-16x16.gif and /dev/null differ diff --git a/com.wudsn.ide.snd/icons/player-stop-16x16.png b/com.wudsn.ide.snd/icons/player-stop-16x16.png new file mode 100644 index 00000000..34e202e5 Binary files /dev/null and b/com.wudsn.ide.snd/icons/player-stop-16x16.png differ diff --git a/com.wudsn.ide.snd/src/com/wudsn/ide/snd/editor/Icons.java b/com.wudsn.ide.snd/src/com/wudsn/ide/snd/editor/Icons.java index 785651a9..293912a4 100644 --- a/com.wudsn.ide.snd/src/com/wudsn/ide/snd/editor/Icons.java +++ b/com.wudsn.ide.snd/src/com/wudsn/ide/snd/editor/Icons.java @@ -33,9 +33,9 @@ final class Icons { static { AbstractIDEPlugin plugin = SoundPlugin.getInstance(); - PLAY = plugin.getImage("player-play-16x16.gif"); - PAUSE = plugin.getImage("player-pause-16x16.gif"); - STOP = plugin.getImage("player-stop-16x16.gif"); - EXPORT = plugin.getImage("player-export-16x16.gif"); + PLAY = plugin.getImage("player-play-16x16.png"); + PAUSE = plugin.getImage("player-pause-16x16.png"); + STOP = plugin.getImage("player-stop-16x16.png"); + EXPORT = plugin.getImage("player-export-16x16.png"); } }