mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 16:41:35 +00:00
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:
parent
fd51336457
commit
90c55771fd
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
Name = "ProjectCenter";
|
||||
Description = "Default ProjectCenter code debugger";
|
||||
PrincipalClassName = "PCDebugger";
|
||||
FileTypes = (app,debug,);
|
||||
FileTypes = (app,debug,"");
|
||||
ProvidesBrowserItems = NO;
|
||||
}
|
Loading…
Reference in a new issue