mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 02:41:18 +00:00
20 lines
No EOL
321 B
Text
20 lines
No EOL
321 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
FirstResponder = {
|
|
Actions = (
|
|
"showInfoWindow:"
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
PCInfoController = {
|
|
Actions = (
|
|
"showInfoWindow:"
|
|
);
|
|
Outlets = (
|
|
infoWindow,
|
|
versionField,
|
|
copyrightField
|
|
);
|
|
Super = NSObject;
|
|
};
|
|
} |