Move and install resources to more appropriate place.

Minor fixes.
Incorporate Adam Fedor's NSImage patches.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2070 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1997-01-31 13:40:15 +00:00
parent e3dde2fd9a
commit 9211409e28
24 changed files with 145 additions and 158 deletions

View file

@ -77,7 +77,7 @@
background_color = [NSColor whiteColor];
text_color = [NSColor blackColor];
support = [NSFont systemFontOfSize:12];
cell_font = [NSFont systemFontOfSize:12];
return self;
}