-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
In IMBObjectViewController.m I added kUTTypeFileURL so the panel also works for older software here:
In line 1913 and following
// Write more generic bits
[inPasteboard addTypes:[NSArray arrayWithObjects:
NSFilenamesPboardType,
kIMBPublicTitleListPasteboardType,
kIMBPublicMetadataListPasteboardType,
NSURLPboardType,
kUTTypeFileURL,
nil]
owner:self];
also in line 1455:
if (([inType isEqualToString:(NSString*)kUTTypeURL]) ||
([inType isEqualToString:(NSString*)kUTTypeFileURL]))
{
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels