Browse Source

Cleanups.

Mark Sibly 8 years ago
parent
commit
bc21af3c54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ted2/fileactions.monkey2

+ 1 - 1
src/ted2/fileactions.monkey2

@@ -63,7 +63,7 @@ Class FileActions
 		quit=New Action( "Quit" )
 		quit.Triggered=OnQuit
 		
-#If __TARGET__="window"
+#If __TARGET__="windows"
 		quit.HotKey=Key.F4
 		quit.HotKeyModifiers=Modifier.Alt|Modifier.Ignore
 #Elseif __TARGET__="macos"