2004-06-11 13:43:02 +00:00
|
|
|
{
|
2005-06-30 21:34:14 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2004-06-11 13:43:02 +00:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
}
|