Add some support for help links and markers in RTF documents. These

end up as dedicated attachments in attributed strings.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
wlux 2011-01-03 11:48:57 +00:00
parent 3346dd5d48
commit e86fae67c3
13 changed files with 1104 additions and 604 deletions

View file

@ -339,7 +339,7 @@
- (NSImage*) icon
{
if (_iconImage == nil)
if (_iconImage == nil && [self filename])
{
return [[NSWorkspace sharedWorkspace] iconForFile: [self filename]];
}