more isabelle logos (from isabelle.ico);
authorwenzelm
Sun, 01 Dec 2013 13:03:15 +0100
changeset 54659 b636dab842f3
parent 54658 a6697947e277
child 54660 d9c88171b393
more isabelle logos (from isabelle.ico);
lib/logo/isabelle-16.gif
lib/logo/isabelle-24.gif
lib/logo/isabelle-32.gif
lib/logo/isabelle-48.gif
lib/logo/isabelle-icon.gif
src/Pure/GUI/gui.scala
src/Pure/build-jars
Binary file lib/logo/isabelle-16.gif has changed
Binary file lib/logo/isabelle-24.gif has changed
Binary file lib/logo/isabelle-32.gif has changed
Binary file lib/logo/isabelle-48.gif has changed
Binary file lib/logo/isabelle-icon.gif has changed
--- a/src/Pure/GUI/gui.scala	Sat Nov 30 22:56:20 2013 +0100
+++ b/src/Pure/GUI/gui.scala	Sun Dec 01 13:03:15 2013 +0100
@@ -127,7 +127,7 @@
   /* icon */
 
   def isabelle_icon(): ImageIcon =
-    new ImageIcon(getClass.getClassLoader.getResource("isabelle/isabelle-icon.gif"))
+    new ImageIcon(getClass.getClassLoader.getResource("isabelle/isabelle-32.gif"))
 
   def isabelle_image(): Image = isabelle_icon().getImage
 
--- a/src/Pure/build-jars	Sat Nov 30 22:56:20 2013 +0100
+++ b/src/Pure/build-jars	Sun Dec 01 13:03:15 2013 +0100
@@ -219,7 +219,7 @@
   mkdir -p "$(dirname "$CHARSET_SERVICE")"
   echo isabelle.Isabelle_Charset_Provider > "$CHARSET_SERVICE"
 
-  cp "$ISABELLE_HOME/lib/logo/isabelle-icon.gif" isabelle/.
+  cp "$ISABELLE_HOME/lib/logo/isabelle-32.gif" isabelle/.
 
   isabelle_jdk jar cfe "$(jvmpath "$TARGET")" isabelle.Main META-INF isabelle || \
     fail "Failed to produce $TARGET"