Revision: 2897
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2897&view=rev
Author:   hofman
Date:     2007-09-11 10:06:20 -0700 (Tue, 11 Sep 2007)

Log Message:
-----------
Add missing key in FDF dictionary for (empty) border.

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

Modified: trunk/SKPDFAnnotationNote.m
===================================================================
--- trunk/SKPDFAnnotationNote.m 2007-09-11 16:36:48 UTC (rev 2896)
+++ trunk/SKPDFAnnotationNote.m 2007-09-11 17:06:20 UTC (rev 2897)
@@ -259,7 +259,7 @@
         [string appendFormat:@"/[EMAIL PROTECTED]", [[[border dashPattern] 
valueForKey:@"stringValue"] componentsJoinedByString:@" "]];
         [string appendString:@">>"];
     } else {
-        [string appendString:@"<</W 0.0>>"];
+        [string appendString:@"/BS<</W 0.0>>"];
     }
     [string appendString:@"/Contents("];
     [string appendString:contents ? [contents stringByEscapingParenthesis] : 
@""];


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to