@@ -22,10 +22,10 @@ public About()
22
22
SetDock ( WindowDock . Auto ) ;
23
23
// Paint the window.
24
24
Contents . DrawImage ( 0 , 0 , Resources . abtbg , false ) ;
25
- Contents . DrawString ( 10 , 152 , "GoOS " + Kernel . version , Resources . Font_1x , Color . White ) ;
26
- Contents . DrawString ( 10 , 164 , "GoGL " + new GoGL . Info ( ) . getVersion ( ) , Resources . Font_1x , Color . White ) ;
27
- Contents . DrawString ( 10 , 176 , "GoCode " + GoCode . GoCode . Version , Resources . Font_1x , Color . White ) ;
28
- Contents . DrawString ( 10 , 188 , "9xCode " + Interpreter . Version , Resources . Font_1x , Color . White ) ;
25
+ Contents . DrawString ( 10 , 152 , "GoOS " + Kernel . version , Resources . Font_1x , Color . White ) ;
26
+ Contents . DrawString ( 10 , 164 , "GoGL " + new GoGL . Info ( ) . getVersion ( ) , Resources . Font_1x , Color . White ) ;
27
+ Contents . DrawString ( 10 , 176 , "GoCode " + GoCode . GoCode . Version , Resources . Font_1x , Color . White ) ;
28
+ Contents . DrawString ( 10 , 188 , "9xCode " + Interpreter . Version , Resources . Font_1x , Color . White ) ;
29
29
}
30
30
}
31
31
}
0 commit comments