Revision: 14754
http://sourceforge.net/p/skim-app/code/14754
Author: hofman
Date: 2024-11-27 10:37:56 +0000 (Wed, 27 Nov 2024)
Log Message:
-----------
use application as parameter name
Modified Paths:
--------------
trunk/SKApplicationController.m
Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m 2024-11-27 10:37:14 UTC (rev 14753)
+++ trunk/SKApplicationController.m 2024-11-27 10:37:56 UTC (rev 14754)
@@ -501,7 +501,7 @@
#pragma mark Scripting support
-- (BOOL)application:(NSApplication *)sender delegateHandlesKey:(NSString *)key
{
+- (BOOL)application:(NSApplication *)application delegateHandlesKey:(NSString
*)key {
static NSSet *applicationScriptingKeys = nil;
if (applicationScriptingKeys == nil)
applicationScriptingKeys = [[NSSet alloc]
initWithObjects:@"bookmarks", @"downloads", @"notePreferences",
@"displayPreferences", @"richTextFormat", @"favoriteColors", nil];
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