소스 검색

Cleanups.

Mark Sibly 8 년 전
부모
커밋
bc21af3c54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"