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
28 lines
No EOL
503 B
Text
28 lines
No EOL
503 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"orderFrontFontPanel:",
|
|
"closeNewSubprojectPanel:",
|
|
"createSubproject:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCProjectManager = {
|
|
Actions = (
|
|
"closeNewSubprojectPanel:",
|
|
"createSubproject:"
|
|
);
|
|
Outlets = (
|
|
nsPanel,
|
|
nsImage,
|
|
nsTitle,
|
|
nsNameField,
|
|
nsTypePB,
|
|
nsCancelButton,
|
|
nsCreateButton,
|
|
projectNameField
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |