Removed redundant lines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,8 +12,6 @@
|
|||||||
-- script as an application drag-and-drop the files on top of it).
|
-- script as an application drag-and-drop the files on top of it).
|
||||||
---------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------
|
||||||
|
|
||||||
<begin applescript>
|
|
||||||
|
|
||||||
on run
|
on run
|
||||||
set myFile to choose file
|
set myFile to choose file
|
||||||
open ({myFile})
|
open ({myFile})
|
||||||
@@ -36,5 +34,3 @@ on open (fileList)
|
|||||||
end repeat
|
end repeat
|
||||||
end open
|
end open
|
||||||
|
|
||||||
</begin applescript>
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user