Revision: 2851
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2851&view=rev
Author:   hofman
Date:     2007-09-08 09:47:47 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
add a space to separate a number in fdf string.

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

Modified: trunk/SKPDFAnnotationNote.m
===================================================================
--- trunk/SKPDFAnnotationNote.m 2007-09-08 14:26:08 UTC (rev 2850)
+++ trunk/SKPDFAnnotationNote.m 2007-09-08 16:47:47 UTC (rev 2851)
@@ -243,7 +243,7 @@
         [string appendFormat:@"/C[%f %f %f]", r, g, b];
     [string appendFormat:@"/Page %i", [self pageIndex]];
     if (border) {
-        [string appendFormat:@"/BS<</W%f/S", [border lineWidth]];
+        [string appendFormat:@"/BS<</W %f/S", [border lineWidth]];
         switch ([border style]) {
             case kPDFBorderStyleSolid:
                 [string appendString:@"/S"];


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