mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24254 72102866-910b-0410-8b05-ffd578937521
37 lines
No EOL
691 B
Text
37 lines
No EOL
691 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"orderFrontFontPanel:",
|
|
"addAuthor:",
|
|
"removeAuthor:",
|
|
"upAuthor:",
|
|
"downAuthor:",
|
|
"changeCommonProjectEntry:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCProjectInspector = {
|
|
Actions = (
|
|
"addAuthor:",
|
|
"removeAuthor:",
|
|
"upAuthor:",
|
|
"downAuthor:",
|
|
"changeCommonProjectEntry:"
|
|
);
|
|
Outlets = (
|
|
descriptionField,
|
|
releaseField,
|
|
licenseField,
|
|
licDescriptionField,
|
|
urlField,
|
|
authorsScroll,
|
|
authorAdd,
|
|
authorRemove,
|
|
authorUp,
|
|
authorDown,
|
|
projectDescriptionView
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |