Revision: 13276
          http://sourceforge.net/p/skim-app/code/13276
Author:   hofman
Date:     2023-02-02 10:09:37 +0000 (Thu, 02 Feb 2023)
Log Message:
-----------
field name key is /T

Modified Paths:
--------------
    trunk/SkimNotes/PDFAnnotation_SKNExtensions.m

Modified: trunk/SkimNotes/PDFAnnotation_SKNExtensions.m
===================================================================
--- trunk/SkimNotes/PDFAnnotation_SKNExtensions.m       2023-02-02 09:35:46 UTC 
(rev 13275)
+++ trunk/SkimNotes/PDFAnnotation_SKNExtensions.m       2023-02-02 10:09:37 UTC 
(rev 13276)
@@ -477,7 +477,7 @@
             }
             [dict setObject:[NSNumber numberWithInteger:widgetType] 
forKey:SKNPDFAnnotationWidgetTypeKey];
             
-            if ((value = [self valueForAnnotationKey:@"/NM"])) {
+            if ((value = [self valueForAnnotationKey:@"/T"])) {
                 if ([value isKindOfClass:stringClass]) {
                     [dict setObject:value forKey:SKNPDFAnnotationFieldNameKey];
                 }

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