Revision: 14620
          http://sourceforge.net/p/skim-app/code/14620
Author:   hofman
Date:     2024-10-31 15:34:46 +0000 (Thu, 31 Oct 2024)
Log Message:
-----------
set annotation value

Modified Paths:
--------------
    trunk/SKNPDFAnnotationNote_SKExtensions.m

Modified: trunk/SKNPDFAnnotationNote_SKExtensions.m
===================================================================
--- trunk/SKNPDFAnnotationNote_SKExtensions.m   2024-10-31 15:14:12 UTC (rev 
14619)
+++ trunk/SKNPDFAnnotationNote_SKExtensions.m   2024-10-31 15:34:46 UTC (rev 
14620)
@@ -118,7 +118,7 @@
 }
 
 - (void)setName:(NSString *)name {
-    [self setValue:name forKey:PDFAnnotationKeyIconName];
+    [self setValue:name forAnnotationKey:PDFAnnotationKeyIconName];
 }
 
 // override these Leopard methods to avoid showing the standard tool tips over 
our own

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