Преглед изворни кода

Fixed mojox template so it actually builds.

Mark Sibly пре 9 година
родитељ
комит
5d78b9a984
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/ted2/assets/newfiles/Simple_Mojox_Gui_App.monkey2

+ 1 - 1
src/ted2/assets/newfiles/Simple_Mojox_Gui_App.monkey2

@@ -10,7 +10,7 @@ Using mojox..
 Class MyWindow Extends Window
 Class MyWindow Extends Window
 
 
 	Method New()
 	Method New()
-		Super.New( "Simple Mojo Gui App",640,480,WindowFlags.Window.Resizable )
+		Super.New( "Simple Mojo Gui App",640,480,WindowFlags.Resizable )
 	End
 	End
 
 
 End
 End