Improve report of deprecation/removal

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23796 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-10-09 14:34:42 +00:00
parent eae859d1c7
commit 3ea83c27dd

View file

@ -2502,7 +2502,7 @@ static NSString *mainFont = nil;
}
if ([gvrem length] > 0)
{
[buf appendString: @" removed at "];
[buf appendString: @" deprecated for removal at "];
[buf appendString: gvrem];
}
}
@ -2525,7 +2525,7 @@ static NSString *mainFont = nil;
[buf appendString: @"<br />\n"];
if ([gvrem length] > 0)
{
[buf appendString: @" removed at "];
[buf appendString: @" deprecated for removal at "];
[buf appendString: gvrem];
}
[buf appendString:@"</div>\n"];