Revision: 13112
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=13112&view=rev
Author:   hofman
Date:     2008-04-02 10:07:07 -0700 (Wed, 02 Apr 2008)

Log Message:
-----------
make "using template" option in export command optional.

Modified Paths:
--------------
    trunk/bibdesk/Scripting/BibDesk.sdef

Modified: trunk/bibdesk/Scripting/BibDesk.sdef
===================================================================
--- trunk/bibdesk/Scripting/BibDesk.sdef        2008-04-02 16:33:01 UTC (rev 
13111)
+++ trunk/bibdesk/Scripting/BibDesk.sdef        2008-04-02 17:07:07 UTC (rev 
13112)
@@ -1352,18 +1352,18 @@
             <cocoa name="exportUsingTemplate" 
class="BDSKExportUsingTemplateCommand"/>
             <direct-parameter type="document"
                 description="The object responding to the command, the 
document."/>
-            <parameter name="using template" code="uset"
+            <parameter name="using template" code="uset" optional="yes"
                 description="The name or file of the template to use. Either 
this, 'using text', or 'using rich text' should be used.">
                 <type type="text"/>
                 <type type="file"/>
                 <cocoa key="using"/>
             </parameter>
             <parameter name="using text" code="usTx" type="text" optional="yes"
-                description="The template text to use. Either this, 'using', 
or 'using rich text' should be used.">
+                description="The template text to use. Either this, 'using 
template', or 'using rich text' should be used.">
                 <cocoa key="usingText"/>
             </parameter>
             <parameter name="using rich text" code="usRT" type="rich text" 
optional="yes"
-                description="The template rich text to use. Either this, 
'using', or 'using text' should be used.">
+                description="The template rich text to use. Either this, 
'using template', or 'using text' should be used.">
                 <cocoa key="usingRichText"/>
             </parameter>
             <parameter name="to" code="to  "


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to