mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
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:
parent
a7673e0ac3
commit
24b85f1573
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue