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:
Richard Frith-MacDonald 1999-07-30 05:32:17 +00:00
parent a8271413b9
commit bd3dcd3085

View file

@ -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)