changed bungloo to Bungloo
This commit is contained in:
parent
e4ecea0d3b
commit
62ebf97640
23 changed files with 89 additions and 86 deletions
|
@ -324,7 +324,7 @@
|
|||
-(BOOL)panel:(id)sender shouldShowFilename:(NSString *)filename
|
||||
{
|
||||
NSString* ext = [filename pathExtension];
|
||||
if (ext == @"" || ext == @"/" || ext == nil || ext == NULL || [ext length] < 1) {
|
||||
if ([ext isEqualToString:@""] || [ext isEqualToString:@"/"] || ext == nil || ext == NULL || [ext length] < 1) {
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue