Skip to content

Commit

Permalink
[gui] changing the splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mattulbrich committed Feb 18, 2015
1 parent aa660d6 commit 22bebe6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/key
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ $JAVA $JAVA_OPTIONS $keysysprops \
-ea:de.uka.ilkd.key... $javaOptionXms $javaOptionXmx \
-Dkey.home="$KEY_HOME" \
-Dsun.awt.exception.handler=de.uka.ilkd.key.gui.ExceptionalHandler \
-splash:"$KEY_HOME/system/resources/de/uka/ilkd/key/gui/images/key22.gif" \
-splash:"$KEY_HOME/system/resources/de/uka/ilkd/key/gui/images/key-splash.png" \
-classpath "$keyclasspath" de.uka.ilkd.key.core.Main "$@"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion system/src/de/uka/ilkd/key/gui/IconFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private IconFactory() {}
private static Image keyHoleClosed = getImage("images/keyproved.gif");
private static Image keyHoleInteractive = getImage("images/keyinteractive.gif");
private static Image keyLogo = getImage("images/key-color.gif");
private static Image keyLogo22 = getImage("images/key22.gif");
private static Image keyLogo22 = getImage("images/key-splash.png");
private static Image keyLogoSmall = getImage("images/key-color-icon-square.png");
private static Icon provedFolderIcon = KeYFolderIcon.getKeYFolderIconClosed();
private static Icon closableFolderIcon = KeYFolderIcon.getKeYFolderIconClosable();
Expand Down

0 comments on commit 22bebe6

Please sign in to comment.