]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/mac/SetXMLCreator.applescript
Remove remark on wxTLW::Maximize that it only works on Windows. It works on wxGTK...
[wxWidgets.git] / docs / mac / SetXMLCreator.applescript
index a9124bfd7985b1d4b07e9eec983fcd4dd43fd807..c8fba25c9dc5a5bde9dc0620b512b7ba051bf989 100644 (file)
@@ -12,8 +12,6 @@
 -- script as an application drag-and-drop the files on top of it).
 ---------------------------------------------------------------------------------
 
-<begin applescript>
-
 on run
     set myFile to choose file
     open ({myFile})
@@ -36,5 +34,3 @@ on open (fileList)
     end repeat
 end open
 
-</begin applescript>
-