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