mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:50:37 +00:00
Tidied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4010 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f1d8017d18
commit
401f64557e
2 changed files with 39 additions and 40 deletions
|
@ -50,7 +50,6 @@
|
|||
{
|
||||
if (self == [NSTextFieldCell class])
|
||||
{
|
||||
// Initial version
|
||||
[self setVersion: 1];
|
||||
}
|
||||
}
|
||||
|
@ -62,13 +61,13 @@
|
|||
//
|
||||
// Initialization
|
||||
//
|
||||
- init
|
||||
- (id) init
|
||||
{
|
||||
[self initTextCell: @""];
|
||||
return self;
|
||||
}
|
||||
|
||||
- initTextCell:(NSString *)aString
|
||||
- (id) initTextCell: (NSString *)aString
|
||||
{
|
||||
[super initTextCell: aString];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue