mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
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:
parent
c5117a18ce
commit
d6afcbbcd6
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue