Revision: 15687
          http://sourceforge.net/p/skim-app/code/15687
Author:   hofman
Date:     2025-10-07 15:56:59 +0000 (Tue, 07 Oct 2025)
Log Message:
-----------
sharing service name is optional

Modified Paths:
--------------
    trunk/Skim.sdef

Modified: trunk/Skim.sdef
===================================================================
--- trunk/Skim.sdef     2025-10-07 15:46:39 UTC (rev 15686)
+++ trunk/Skim.sdef     2025-10-07 15:56:59 UTC (rev 15687)
@@ -605,10 +605,10 @@
 
         <command name="share" code="SKIMShar"
             description="Share a document using a service.">
-            <direct-parameter type="document" optional="yes"
+            <direct-parameter type="document"
                 description="The document to share."/>
-            <parameter name="using" code="Usng" type="text"
-                description="The name of the service to use.">
+            <parameter name="using" code="Usng" type="text" optional="yes"
+                description="The name of the service to use. Composes an email 
when missing.">
                 <cocoa key="Service"/>
             </parameter>
         </command>

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to