Revision: 22799
          http://sourceforge.net/p/bibdesk/svn/22799
Author:   hofman
Date:     2018-10-11 13:37:39 +0000 (Thu, 11 Oct 2018)
Log Message:
-----------
Fix command class name

Modified Paths:
--------------
    trunk/bibdesk/BDSKFileURLCommand.h
    trunk/bibdesk/BDSKFileURLCommand.m
    trunk/bibdesk/Scripting/BibDesk.sdef

Modified: trunk/bibdesk/BDSKFileURLCommand.h
===================================================================
--- trunk/bibdesk/BDSKFileURLCommand.h  2018-10-11 13:32:52 UTC (rev 22798)
+++ trunk/bibdesk/BDSKFileURLCommand.h  2018-10-11 13:37:39 UTC (rev 22799)
@@ -44,5 +44,5 @@
 @interface BDSKRelativePathCommand : NSScriptCommand
 @end
 
-@interface BDSKResolveFileCommand : NSScriptCommand
+@interface BDSKResolveCommand : NSScriptCommand
 @end

Modified: trunk/bibdesk/BDSKFileURLCommand.m
===================================================================
--- trunk/bibdesk/BDSKFileURLCommand.m  2018-10-11 13:32:52 UTC (rev 22798)
+++ trunk/bibdesk/BDSKFileURLCommand.m  2018-10-11 13:37:39 UTC (rev 22799)
@@ -72,7 +72,7 @@
 
 @end
 
-@implementation BDSKResolveFileCommand
+@implementation BDSKResolveCommand
     
 - (id)performDefaultImplementation  {
     NSDictionary *args = [self evaluatedArguments];

Modified: trunk/bibdesk/Scripting/BibDesk.sdef
===================================================================
--- trunk/bibdesk/Scripting/BibDesk.sdef        2018-10-11 13:32:52 UTC (rev 
22798)
+++ trunk/bibdesk/Scripting/BibDesk.sdef        2018-10-11 13:37:39 UTC (rev 
22799)
@@ -767,11 +767,11 @@
         
         <command name="resolve" code="BDSKRslv"
             description="A file given by a relative path from a base file.">
-            <cocoa class="BDSKReolveCommand"/>
+            <cocoa class="BDSKResolveCommand"/>
             <direct-parameter type="text" description="A file URL or relative, 
tilde-abbreviated, or absolute POSIX path."/>
             <parameter name="relative to" type="file" code="to  " 
optional="yes"
                 description="A base file the path is relative to. Takes the 
containing directory if this exists and is not a directory.">
-                <cocoa key="frtoom"/>
+                <cocoa key="to"/>
             </parameter>
             <result description="The file from the path expression." 
type="file"/>
         </command>

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to