changed bungloo to Bungloo

This commit is contained in:
Jeena Paradies 2013-02-10 23:23:58 +01:00
parent e4ecea0d3b
commit 62ebf97640
23 changed files with 89 additions and 86 deletions

View file

@ -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;
}