Revision: 14583
          http://sourceforge.net/p/skim-app/code/14583
Author:   hofman
Date:     2024-10-26 08:54:09 +0000 (Sat, 26 Oct 2024)
Log Message:
-----------
Use subtype for fdf rather than type

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

Modified: trunk/PDFAnnotation_SKExtensions.m
===================================================================
--- trunk/PDFAnnotation_SKExtensions.m  2024-10-25 17:37:01 UTC (rev 14582)
+++ trunk/PDFAnnotation_SKExtensions.m  2024-10-26 08:54:09 UTC (rev 14583)
@@ -232,7 +232,7 @@
     [fdfString appendFDFName:SKFDFTypeKey];
     [fdfString appendFDFName:SKFDFAnnotation];
     [fdfString appendFDFName:SKFDFAnnotationTypeKey];
-    [fdfString appendFormat:@"/%@", [self isNote] ? SKNTextString : [self 
type]];
+    [fdfString appendString:[self 
valueForAnnotationKey:PDFAnnotationKeySubtype]];
     [fdfString appendFDFName:SKFDFAnnotationBoundsKey];
     [fdfString appendFormat:@"[%f %f %f %f]", NSMinX(bounds), NSMinY(bounds), 
NSMaxX(bounds), NSMaxY(bounds)];
     [fdfString appendFDFName:SKFDFAnnotationPageIndexKey];

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