mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
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:
parent
4b3e74e68e
commit
95434c6620
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -318,7 +318,7 @@
|
|||
if(!removed)
|
||||
{
|
||||
NSString *msg = [NSString stringWithFormat: @"Could not delete file %@", path];
|
||||
NSLog(msg);
|
||||
NSLog(@"%@",msg);
|
||||
}
|
||||
}
|
||||
[super deleteSelection];
|
||||
|
|
Loading…
Reference in a new issue