Revision: 2898
http://skim-app.svn.sourceforge.net/skim-app/?rev=2898&view=rev
Author: hofman
Date: 2007-09-11 10:06:44 -0700 (Tue, 11 Sep 2007)
Log Message:
-----------
Save FDF data to FDF file in bundle.
Modified Paths:
--------------
trunk/SKDocument.m
Modified: trunk/SKDocument.m
===================================================================
--- trunk/SKDocument.m 2007-09-11 17:06:20 UTC (rev 2897)
+++ trunk/SKDocument.m 2007-09-11 17:06:44 UTC (rev 2898)
@@ -352,7 +352,7 @@
if (notesRTFData)
[fileWrapper addRegularFileWithContents:notesRTFData
preferredFilename:[name stringByAppendingPathExtension:@"rtf"]];
if (notesFDFData)
- [fileWrapper addRegularFileWithContents:notesRTFData
preferredFilename:[name stringByAppendingPathExtension:@"fdf"]];
+ [fileWrapper addRegularFileWithContents:notesFDFData
preferredFilename:[name stringByAppendingPathExtension:@"fdf"]];
if (textData)
[fileWrapper addRegularFileWithContents:textData
preferredFilename:[BUNDLE_DATA_FILENAME stringByAppendingPathExtension:@"txt"]];
if (infoData)
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