Makefiles changed to GNUmakefile.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2577 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ovidiu 1997-10-28 20:44:38 +00:00
parent 807247e979
commit 1f8f64b47b
19 changed files with 162 additions and 922 deletions

View file

@ -58,7 +58,7 @@
is_bordered = YES;
is_active = NO;
ASSIGN(the_color, [NSColor blackColor]);
the_color = [[NSColor blackColor] retain];
return self;
}