mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +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])) {
|
if ((self = [super init])) {
|
||||||
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
||||||
PCGModels,@"Interfaces",
|
PCGModels,@"Interfaces",
|
||||||
|
PCSupportingFiles,@"Supporting Files",
|
||||||
PCImages,@"Images",
|
PCImages,@"Images",
|
||||||
PCOtherResources,@"Other Resources",
|
PCOtherResources,@"Other Resources",
|
||||||
PCSubprojects,@"Subprojects",
|
PCSubprojects,@"Subprojects",
|
||||||
|
|
|
@ -81,6 +81,7 @@
|
||||||
if ((self = [super init])) {
|
if ((self = [super init])) {
|
||||||
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
||||||
PCGModels,@"Interfaces",
|
PCGModels,@"Interfaces",
|
||||||
|
PCSupportingFiles,@"Supporting Files",
|
||||||
PCImages,@"Images",
|
PCImages,@"Images",
|
||||||
PCOtherResources,@"Other Resources",
|
PCOtherResources,@"Other Resources",
|
||||||
PCSubprojects,@"Subprojects",
|
PCSubprojects,@"Subprojects",
|
||||||
|
|
|
@ -58,7 +58,8 @@
|
||||||
{
|
{
|
||||||
if ((self = [super init])) {
|
if ((self = [super init])) {
|
||||||
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
||||||
PCSubprojects, @"Subprojects",
|
PCSupportingFiles,@"Supporting Files",
|
||||||
|
PCSubprojects, @"Subprojects",
|
||||||
PCLibraries, @"Libraries",
|
PCLibraries, @"Libraries",
|
||||||
PCDocuFiles,@"Documentation",
|
PCDocuFiles,@"Documentation",
|
||||||
PCOtherResources,@"Other Resources",
|
PCOtherResources,@"Other Resources",
|
||||||
|
|
|
@ -58,7 +58,8 @@
|
||||||
{
|
{
|
||||||
if ((self = [super init])) {
|
if ((self = [super init])) {
|
||||||
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
rootCategories = [[NSDictionary dictionaryWithObjectsAndKeys:
|
||||||
PCImages,@"Images",
|
PCSupportingFiles,@"Supporting Files",
|
||||||
|
PCImages,@"Images",
|
||||||
PCOtherResources,@"Other Resources",
|
PCOtherResources,@"Other Resources",
|
||||||
PCSubprojects,@"Subprojects",
|
PCSubprojects,@"Subprojects",
|
||||||
PCLibraries,@"Libraries",
|
PCLibraries,@"Libraries",
|
||||||
|
|
Loading…
Reference in a new issue