git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@30503 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Dave Wetzel 2010-05-31 00:35:18 +00:00
parent 9acc7d11cd
commit 5a3cb0721e
3 changed files with 0 additions and 29 deletions

View file

@ -1,29 +0,0 @@
{
"## Comment" = "Do NOT change this file, Gorm maintains it";
DBModelerPrefs = {
Actions = (
"switchButtonChanged:",
"checkOnSaveChanged:",
"addBundle:",
"removeBundle:"
);
Outlets = (
prefsWindow,
consistencyCheckOnSave,
bundlesToLoad,
addBundleButton,
check_matrix,
removeBundleButton
);
Super = NSObject;
};
FirstResponder = {
Actions = (
"addBundle:",
"checkOnSaveChanged:",
"removeBundle:",
"switchButtonChanged:"
);
Super = NSObject;
};
}