mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
eae859d1c7
commit
3ea83c27dd
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