Revision: 18596
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18596&view=rev
Author:   hofman
Date:     2012-04-18 16:52:17 +0000 (Wed, 18 Apr 2012)
Log Message:
-----------
allow all file type for new pubs from file action, because NSAttributedString 
may not know every possible type

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

Modified: trunk/bibdesk/BibDocument_Actions.m
===================================================================
--- trunk/bibdesk/BibDocument_Actions.m 2012-04-18 06:35:47 UTC (rev 18595)
+++ trunk/bibdesk/BibDocument_Actions.m 2012-04-18 16:52:17 UTC (rev 18596)
@@ -1492,7 +1492,7 @@
 
        [oPanel beginSheetForDirectory:nil 
                                                          file:nil 
-                                                        
types:[NSAttributedString textTypes]
+                                                        types:nil
                                        modalForWindow:documentWindow
                                         modalDelegate:self 
                                        
didEndSelector:@selector(importOpenPanelDidEnd:returnCode:contextInfo:) 

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


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to