mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +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:",
|
||||
"useStandardLigatures:",
|
||||
"yank:",
|
||||
"zoom:"
|
||||
"zoom:",
|
||||
"setPrincipalClass:",
|
||||
"setBundleExtension:"
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
PCLibraryProject = {
|
||||
PCBundleProject = {
|
||||
Actions = (
|
||||
"setPrincipalClass:",
|
||||
"setBundleExtension:"
|
||||
);
|
||||
Outlets = (
|
||||
projectAttributesView,
|
||||
projectTypeField,
|
||||
projectNameField,
|
||||
projectLanguageField
|
||||
projectLanguageField,
|
||||
principalClassField,
|
||||
bundleExtensionField
|
||||
);
|
||||
Super = NSObject;
|
||||
};
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue