Skip to content

Commit 22bebe6

Browse files
committed
[gui] changing the splash screen
1 parent aa660d6 commit 22bebe6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

bin/key

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,5 @@ $JAVA $JAVA_OPTIONS $keysysprops \
250250
-ea:de.uka.ilkd.key... $javaOptionXms $javaOptionXmx \
251251
-Dkey.home="$KEY_HOME" \
252252
-Dsun.awt.exception.handler=de.uka.ilkd.key.gui.ExceptionalHandler \
253-
-splash:"$KEY_HOME/system/resources/de/uka/ilkd/key/gui/images/key22.gif" \
253+
-splash:"$KEY_HOME/system/resources/de/uka/ilkd/key/gui/images/key-splash.png" \
254254
-classpath "$keyclasspath" de.uka.ilkd.key.core.Main "$@"
52.2 KB
Loading
-18.5 KB
Binary file not shown.

system/src/de/uka/ilkd/key/gui/IconFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private IconFactory() {}
4141
private static Image keyHoleClosed = getImage("images/keyproved.gif");
4242
private static Image keyHoleInteractive = getImage("images/keyinteractive.gif");
4343
private static Image keyLogo = getImage("images/key-color.gif");
44-
private static Image keyLogo22 = getImage("images/key22.gif");
44+
private static Image keyLogo22 = getImage("images/key-splash.png");
4545
private static Image keyLogoSmall = getImage("images/key-color-icon-square.png");
4646
private static Icon provedFolderIcon = KeYFolderIcon.getKeYFolderIconClosed();
4747
private static Icon closableFolderIcon = KeYFolderIcon.getKeYFolderIconClosable();

0 commit comments

Comments
 (0)