apps-gorm/English.lproj/GormDocument.gorm/data.classes
Gregory John Casamento ee19d1de23 * English.lproj/GormDocument.gorm: Added "Remove" to Operations
menu.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23675 72102866-910b-0410-8b05-ffd578937521
2006-09-30 03:29:21 +00:00

53 lines
No EOL
918 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"createClassFiles:",
"createSubclass:",
"instantiateClass:",
"loadClass:",
"remove:",
"selectArchiveType:"
);
Super = NSObject;
};
GSNibContainer = {
Actions = (
);
Outlets = (
);
Super = NSObject;
};
GormDocument = {
Actions = (
"createSubclass:",
"loadClass:",
"createClassFiles:",
"instantiateClass:",
"remove:"
);
Outlets = (
selectionBox,
filePrefsView,
filePrefsManager,
filePrefsWindow
);
Super = NSDocument;
};
GormFilePrefsManager = {
Actions = (
"showIncompatibilities:",
"selectTargetVersion:",
"selectArchiveType:"
);
Outlets = (
showIncompatibilities,
targetVersion,
gormAppVersion,
archiveType,
iwindow,
itable
);
Super = NSObject;
};
}