Fix return value

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@38033 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2014-08-04 18:47:06 +00:00
parent a7673e0ac3
commit 24b85f1573
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2014-08-04 Riccardo Mottola <rm@gnu.org>
* Modules/Editors/ProjectCenter/PCEditorView.m
Fix return value.
2014-08-04 Riccardo Mottola <rm@gnu.org>
* English.lproj/ProjectCenter.gorm

View file

@ -4,7 +4,7 @@
Implementation of the PCEditorView class for the
ProjectManager application.
Copyright (C) 2005-2010 Free Software Foundation
Copyright (C) 2005-2014 Free Software Foundation
Saso Kiselkov
Serg Stoyan
Riccardo Mottola
@ -616,7 +616,7 @@ static int ComputeIndentingOffset(NSString * string, unsigned int start)
return _insertionPointRect;
}
- (void)usesFindPanel
- (BOOL)usesFindPanel
{
return YES;
}