mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 11:51:08 +00:00
21 lines
372 B
Text
21 lines
372 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"setCurrentLanguage:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
PCProjectInspector = {
|
||
|
Actions = (
|
||
|
"setCurrentLanguage:"
|
||
|
);
|
||
|
Outlets = (
|
||
|
projectTypeField,
|
||
|
projectAttributesView,
|
||
|
projectLanguagePB,
|
||
|
projectNameField
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
}
|