Fix compiler warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@35096 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2012-04-20 22:55:27 +00:00
parent 4b3e74e68e
commit 95434c6620
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-04-20 18:53-EDT Gregory John Casamento <greg.casamento@gmail.com>
* GormCore/GormResourceEditor.m: Correct compiler warnings.
2012-04-20 12:16-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Palettes/2Controls/GormNSPopUpButton.h

View file

@ -318,7 +318,7 @@
if(!removed)
{
NSString *msg = [NSString stringWithFormat: @"Could not delete file %@", path];
NSLog(msg);
NSLog(@"%@",msg);
}
}
[super deleteSelection];