Template editor: Removed "<unknown>" text from LSTB/LSTE fields.

This commit is contained in:
Uli Kusterer 2003-08-07 22:20:23 +02:00
parent ee55720993
commit d3910b8d0a
2 changed files with 11 additions and 0 deletions

View File

@ -55,4 +55,11 @@
}
-(NSString*) stringValue
{
return @"";
}
@end

View File

@ -48,6 +48,10 @@
}
-(NSString*) stringValue
{
return @"";
}