apps-projectcenter/Framework/English.lproj/NewFile.gorm/data.classes
Sergii Stoian 3c30f7fbd0 * Framework/PCProjectManager.m: Corrections in alert panel names.
Make "Add Files" panel run in modal mode.
* Framework/PCProject.m: Corrections in alert panel names.
* Framework/PCFileCreator.[mh]: Partial rewrite. Check existance of files 
  wich will be added. Make panel run in modal mode. Add "Add Header File"
  option button.
* Documentation/TODO: Update.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27826 72102866-910b-0410-8b05-ffd578937521
2009-02-10 00:31:55 +00:00

29 lines
No EOL
519 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"closeNewFilePanel:",
"createFile:",
"newFilePopupChanged:"
);
Super = NSObject;
};
PCFileCreator = {
Actions = (
"closeNewFilePanel:",
"createFile:",
"newFilePopupChanged:"
);
Outlets = (
newFilePanel,
nfImage,
nfTypePB,
nfDescriptionTV,
nfNameField,
nfCancelButton,
nfCreateButton,
nfAddHeaderButton
);
Super = NSObject;
};
}