apps-gorm/English.lproj/Gorm.gorm/data.classes
Gregory John Casamento 3d05090894 Correction for bug#15637
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25851 72102866-910b-0410-8b05-ffd578937521
2008-01-04 01:18:30 +00:00

60 lines
No EOL
1.1 KiB
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"arrangeSelectedObjects:",
"exportStrings:",
"alignSelectedObjects:",
"orderFrontFontPanel:",
"translate:"
);
Super = NSObject;
};
Gorm = {
Actions = (
"editClass:",
"createSubclass:",
"testInterface:",
"setName:",
"selectAllItems:",
"paste:",
"palettes:",
"loadSound:",
"loadPalette:",
"inspector:",
"infoPanel:",
"endTesting:",
"delete:",
"cut:",
"copy:",
"close:",
"miniaturize:",
"debug:",
"loadImage:",
"orderFrontFontPanel:",
"ungroup:",
"groupSelectionInScrollView:",
"groupSelectionInBox:",
"groupSelectionInSplitView:",
"remove:",
"addAttributeToClass:",
"instantiateClass:",
"createClassFiles:",
"loadClass:",
"preferencesPanel:",
"guideline:"
);
Outlets = (
gormMenu,
guideLineMenuItem
);
Super = NSApplication;
};
GormDocumentController = {
Actions = (
);
Outlets = (
);
Super = NSDocumentController;
};
}