mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-23 06:20:47 +00:00
Improvements to bindings inspector
This commit is contained in:
parent
59c452a144
commit
2f9842e7ea
1 changed files with 1 additions and 1 deletions
|
@ -80,8 +80,8 @@
|
|||
|
||||
- (NSString *) _mapStringToTitle: (NSString *)string
|
||||
{
|
||||
// NSString *capString = [string capitalizedFirstCharacterString];
|
||||
NSString *title = [string splitCamelCaseString];
|
||||
title = [title capitalizedFirstCharacterString];
|
||||
return title;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue