mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
31342aef09
commit
a0a6c9d7a7
1 changed files with 2 additions and 2 deletions
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue