diff --git a/resources/images/EvASplashScreen.png b/resources/images/EvASplashScreen.png index 8a894444..af2d14b2 100644 Binary files a/resources/images/EvASplashScreen.png and b/resources/images/EvASplashScreen.png differ diff --git a/resources/images/EvASplashScreen.xcf b/resources/images/EvASplashScreen.xcf index ee29f610..40d6a873 100644 Binary files a/resources/images/EvASplashScreen.xcf and b/resources/images/EvASplashScreen.xcf differ diff --git a/resources/images/icon.png b/resources/images/icon.png new file mode 100644 index 00000000..106a8db4 Binary files /dev/null and b/resources/images/icon.png differ diff --git a/resources/images/icon.xcf b/resources/images/icon.xcf new file mode 100644 index 00000000..58f271f7 Binary files /dev/null and b/resources/images/icon.xcf differ diff --git a/resources/images/splashScreen2.png b/resources/images/splashScreen2.png deleted file mode 100644 index 772be1d5..00000000 Binary files a/resources/images/splashScreen2.png and /dev/null differ diff --git a/src/eva2/EvAInfo.java b/src/eva2/EvAInfo.java index e86337e0..8fb2320e 100644 --- a/src/eva2/EvAInfo.java +++ b/src/eva2/EvAInfo.java @@ -35,7 +35,7 @@ public class EvAInfo { /** * Relative path to application icon. */ - public static final String iconLocation = "images/icon4.gif"; + public static final String iconLocation = "images/icon.png"; /** * Relative path to splash screen image.