mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_4@18957 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
14569ba39f
commit
7b6b0daac3
2 changed files with 9 additions and 3 deletions
|
@ -138,18 +138,24 @@
|
||||||
"useStandardKerning:",
|
"useStandardKerning:",
|
||||||
"useStandardLigatures:",
|
"useStandardLigatures:",
|
||||||
"yank:",
|
"yank:",
|
||||||
"zoom:"
|
"zoom:",
|
||||||
|
"setPrincipalClass:",
|
||||||
|
"setBundleExtension:"
|
||||||
);
|
);
|
||||||
Super = NSObject;
|
Super = NSObject;
|
||||||
};
|
};
|
||||||
PCLibraryProject = {
|
PCBundleProject = {
|
||||||
Actions = (
|
Actions = (
|
||||||
|
"setPrincipalClass:",
|
||||||
|
"setBundleExtension:"
|
||||||
);
|
);
|
||||||
Outlets = (
|
Outlets = (
|
||||||
projectAttributesView,
|
projectAttributesView,
|
||||||
projectTypeField,
|
projectTypeField,
|
||||||
projectNameField,
|
projectNameField,
|
||||||
projectLanguageField
|
projectLanguageField,
|
||||||
|
principalClassField,
|
||||||
|
bundleExtensionField
|
||||||
);
|
);
|
||||||
Super = NSObject;
|
Super = NSObject;
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue