Turn on NSFileContentsPboardType in [readablePasteboardTypes].

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6814 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-06-26 22:23:11 +00:00
parent c5117a18ce
commit d6afcbbcd6

View file

@ -3089,7 +3089,7 @@ of characters (if any) to be replaced by the new data.
{
[ret addObject: NSRTFDPboardType];
//[ret addObject: NSTIFFPboardType];
//[ret addObject: NSFileContentsPboardType];
[ret addObject: NSFileContentsPboardType];
}
if (_tf.is_rich_text)
[ret addObject: NSRTFPboardType];