mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
Added the supporting files category
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@8597 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
af27b15e84
commit
ae0e0ad3bd
4 changed files with 6 additions and 2 deletions
|
@ -129,6 +129,7 @@
|
|||
if ((self = [super init])) {
|
||||
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
||||
PCGModels,@"Interfaces",
|
||||
PCSupportingFiles,@"Supporting Files",
|
||||
PCImages,@"Images",
|
||||
PCOtherResources,@"Other Resources",
|
||||
PCSubprojects,@"Subprojects",
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
if ((self = [super init])) {
|
||||
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
||||
PCGModels,@"Interfaces",
|
||||
PCSupportingFiles,@"Supporting Files",
|
||||
PCImages,@"Images",
|
||||
PCOtherResources,@"Other Resources",
|
||||
PCSubprojects,@"Subprojects",
|
||||
|
|
|
@ -58,7 +58,8 @@
|
|||
{
|
||||
if ((self = [super init])) {
|
||||
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
||||
PCSubprojects, @"Subprojects",
|
||||
PCSupportingFiles,@"Supporting Files",
|
||||
PCSubprojects, @"Subprojects",
|
||||
PCLibraries, @"Libraries",
|
||||
PCDocuFiles,@"Documentation",
|
||||
PCOtherResources,@"Other Resources",
|
||||
|
|
|
@ -58,7 +58,8 @@
|
|||
{
|
||||
if ((self = [super init])) {
|
||||
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
||||
PCImages,@"Images",
|
||||
PCSupportingFiles,@"Supporting Files",
|
||||
PCImages,@"Images",
|
||||
PCOtherResources,@"Other Resources",
|
||||
PCSubprojects,@"Subprojects",
|
||||
PCLibraries,@"Libraries",
|
||||
|
|
Loading…
Reference in a new issue