|
From: <cre...@us...> - 2006-05-11 18:40:50
|
Revision: 1373 Author: creecode Date: 2006-05-11 11:40:46 -0700 (Thu, 11 May 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1373&view=rev Log Message: ----------- handle OPML files Added Paths: ----------- ODBs/trunk/frontierRoot/system/verbs/builtins/Frontier/clickers/typeOPML.fvc Added: ODBs/trunk/frontierRoot/system/verbs/builtins/Frontier/clickers/typeOPML.fvc =================================================================== --- ODBs/trunk/frontierRoot/system/verbs/builtins/Frontier/clickers/typeOPML.fvc (rev 0) +++ ODBs/trunk/frontierRoot/system/verbs/builtins/Frontier/clickers/typeOPML.fvc 2006-05-11 18:40:46 UTC (rev 1373) @@ -0,0 +1,4 @@ +FrontierVcsFile:2:scpt:system.verbs.builtins.Frontier.clickers.typeOPML + +on typeOPML (path) { + return (Frontier.tools.data.windowTypes.outlinerFile.open (path))} \ No newline at end of file Property changes on: ODBs/trunk/frontierRoot/system/verbs/builtins/Frontier/clickers/typeOPML.fvc ___________________________________________________________________ Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |