mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Make pasteboard types conform to docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3226 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b67f49b12c
commit
7648ae6b8d
1 changed files with 2 additions and 2 deletions
|
@ -657,8 +657,8 @@ provideDataForType:(NSString *)type
|
|||
}
|
||||
@end
|
||||
|
||||
static NSString* contentsPrefix = @"NSPBFileCont";
|
||||
static NSString* namePrefix = @"NSPBFileName";
|
||||
static NSString* contentsPrefix = @"NSTypedFileContentsPboardType:";
|
||||
static NSString* namePrefix = @"NSTypedFilenamesPboardType:";
|
||||
|
||||
NSString *NSCreateFileContentsPboardType(NSString *fileType)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue