src/Pure/System/gui_setup.scala
changeset 51617 4e49bba9772d
parent 51615 072a7249e1ac
child 51820 142c69695785
--- a/src/Pure/System/gui_setup.scala	Thu Apr 04 17:58:47 2013 +0200
+++ b/src/Pure/System/gui_setup.scala	Thu Apr 04 18:06:48 2013 +0200
@@ -17,7 +17,7 @@
 {
   def startup(args: Array[String]) =
   {
-    Platform.init_laf()
+    GUI.init_laf()
     top.pack()
     top.visible = true
   }