mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:47:39 +00:00
Fixed mistake I made at some point - file name/type pasteboard type prefixes
should end ':', not ': ' git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4674 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a8271413b9
commit
bd3dcd3085
1 changed files with 2 additions and 2 deletions
|
@ -788,8 +788,8 @@ static NSMapTable *mimeMap = NULL;
|
|||
|
||||
@end
|
||||
|
||||
static NSString* contentsPrefix = @"NSTypedFileContentsPboardType: ";
|
||||
static NSString* namePrefix = @"NSTypedFilenamesPboardType: ";
|
||||
static NSString* contentsPrefix = @"NSTypedFileContentsPboardType:";
|
||||
static NSString* namePrefix = @"NSTypedFilenamesPboardType:";
|
||||
|
||||
NSString*
|
||||
NSCreateFileContentsPboardType(NSString *fileType)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue