mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-25 04:31:12 +00:00
18 lines
289 B
Text
18 lines
289 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
AppController = {
|
||
|
Actions = (
|
||
|
"showPrefPanel:"
|
||
|
);
|
||
|
Outlets = (
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"orderFrontFontPanel:",
|
||
|
"showPrefPanel:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
}
|