apps-projectcenter/Framework/English.lproj/ProjectDescription.gorm/data.classes
Sergii Stoian c3973a8573 Localizable resources for application and framework was defined (English.lproj)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@24254 72102866-910b-0410-8b05-ffd578937521
2006-12-26 17:04:57 +00:00

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;
};
}