2
0
Mark Sibly 7 жил өмнө
parent
commit
b6014d0c3b

+ 1 - 1
src/ted2go/action/HelpActions.monkey2

@@ -30,7 +30,7 @@ Class HelpActions
 		
 		viewManuals=New Action( "Browse manuals" )
 		viewManuals.Triggered=Lambda()
-		
+
 			OpenUrl( "file://"+RealPath( "docs/newdocs.html" ) )
 		End