mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Improvements to bindings inspector
This commit is contained in:
parent
8108fe7a37
commit
31f974643a
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