Mark Sibly 8 lat temu
rodzic
commit
bc21af3c54
1 zmienionych plików z 1 dodań i 1 usunięć
  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"