Browse Source

Cleanups.

Mark Sibly 8 năm trước cách đây
mục cha
commit
bc21af3c54
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"