mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
* Correct mistake in PCPrefController.m file name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27700 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d1787e2c9c
commit
feac055af8
2 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
#import <ProjectCenter/PCPrefController.h>
|
|
||||||
#import <ProjectCenter/PCLogController.h>
|
#import <ProjectCenter/PCLogController.h>
|
||||||
#import <ProjectCenter/ProjectCenter.h>
|
#import <ProjectCenter/ProjectCenter.h>
|
||||||
|
|
||||||
|
@ -28,6 +27,7 @@
|
||||||
#import "PCAppController.h"
|
#import "PCAppController.h"
|
||||||
#import "PCMenuController.h"
|
#import "PCMenuController.h"
|
||||||
#import "PCInfoController.h"
|
#import "PCInfoController.h"
|
||||||
|
#import "PCPrefController.h"
|
||||||
|
|
||||||
#import "TextFinder.h"
|
#import "TextFinder.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue