Commit last logged change

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@26107 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2008-02-20 00:02:09 +00:00
parent d574a0a9cc
commit a8bd14c991

View file

@ -154,7 +154,7 @@ NSString *PCEditorDidResignActiveNotification =
// Determine if file is text file
if (![[PCFileManager defaultManager] isTextFile:filePath])
{
NSLog(@"%@ is not plan text file!");
NSLog(@"%@ is not plan text file!", filePath);
return nil;
}