]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed redundant lines
authorJulian Smart <julian@anthemion.co.uk>
Tue, 30 Mar 2004 10:26:17 +0000 (10:26 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 30 Mar 2004 10:26:17 +0000 (10:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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>
-