apps-gorm/English.lproj/GormConnectionInspector.gorm/data.classes
Gregory John Casamento 4ae3c45cd5 Enabled copy/paste in the objects editor, corrected a problem with the browser, expanded the capabilities of the resource manager and gormified the connection inspector.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21620 72102866-910b-0410-8b05-ffd578937521
2005-08-07 02:24:49 +00:00

19 lines
No EOL
306 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"_internalCall:"
);
Super = NSObject;
};
GormConnectionInspector = {
Actions = (
"_internalCall:"
);
Outlets = (
newBrowser,
oldBrowser
);
Super = IBInspector;
};
}