Revision: 15267
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15267&view=rev
Author:   hofman
Date:     2009-05-05 10:13:13 +0000 (Tue, 05 May 2009)

Log Message:
-----------
use NSDate instead of NSCalendarDate

Modified Paths:
--------------
    trunk/bibdesk/BibDocument.m

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2009-05-05 04:59:35 UTC (rev 15266)
+++ trunk/bibdesk/BibDocument.m 2009-05-05 10:13:13 UTC (rev 15267)
@@ -1553,7 +1553,7 @@
         if ([userName canBeConvertedToEncoding:encoding] == NO)
             userName = [[[NSString alloc] initWithData:[userName 
dataUsingEncoding:encoding allowLossyConversion:YES] encoding:encoding] 
autorelease];
         
-        [templateFile appendFormat:@"\n%%%% Created for %@ at %@ \n\n", 
userName, [NSCalendarDate calendarDate]];
+        [templateFile appendFormat:@"\n%%%% Created for %@ at %@ \n\n", 
userName, [[NSDate date] standardDescription]];
 
         [templateFile appendFormat:@"\n%%%% Saved with string encoding %@ 
\n\n", encodingName];
         


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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to