Resources cleanup

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_5@22213 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2005-12-27 11:21:52 +00:00
parent da603dea61
commit 357f278c1d
6 changed files with 0 additions and 83 deletions

View file

@ -1,12 +0,0 @@
{
"## Comment" = "Do NOT change this file, Gorm maintains it";
PCLogController = {
Actions = (
);
Outlets = (
panel,
textView
);
Super = NSObject;
};
}

Binary file not shown.

Binary file not shown.

View file

@ -1,71 +0,0 @@
{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"setBuildTool:"
);
Super = NSObject;
};
PCPrefController = {
Actions = (
"popupChanged:",
"setSuccessSound:",
"setFailureSound:",
"setPromptOnClean:",
"setKeepBackup:",
"setSaveOnQuit:",
"setSavePeriod:",
"setDisplayPanels:",
"setPromptWhenQuit:",
"setDebugger:",
"setEditor:",
"setTabBehaviour:",
"setTabSpaces:",
"setRootBuildDir:",
"setDeleteCache:",
"setFullPathInFilePanels:",
"setRememberWindows:",
"setEditorSize:",
"setDisplayLog:",
"setBuildTool:"
);
Outlets = (
panel,
popupButton,
sectionsView,
buildingView,
successField,
setSuccessButton,
failureField,
setFailureButton,
promptOnClean,
savingView,
keyBindingsView,
miscView,
saveOnQuit,
keepBackup,
autosaveSlider,
autosaveField,
separateBuilder,
separateLauncher,
separateEditor,
separateLoadedFiles,
promptWhenQuit,
debuggerField,
editorField,
interfaceView,
deleteCache,
fullPathInFilePanels,
rememberWindows,
tabMatrix,
tabSpacesField,
rootBuildDirField,
rootBuildDirButton,
editorColumnsField,
editorLinesField,
displayLog,
buildToolField
);
Super = NSObject;
};
}

Binary file not shown.