Change file extension entry so that tools can be debugged.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@27492 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-01-01 22:34:46 +00:00
parent fd51336457
commit 90c55771fd
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-01-01 17:41-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Modules/Debuggers/ProjectCenter/Resources/Info.table: Add blank
to file extension so that tools can be debugged as well.
2009-01-01 16:05-EST Gregory John Casamento <greg_casamento@yahoo.com>
* Modules/Debuggers/ProjectCenter/Resources/PCDebugger.gorm:

View file

@ -3,6 +3,6 @@
Name = "ProjectCenter";
Description = "Default ProjectCenter code debugger";
PrincipalClassName = "PCDebugger";
FileTypes = (app,debug,);
FileTypes = (app,debug,"");
ProvidesBrowserItems = NO;
}