* GDL2Palette/ResourceManager.m: Add .eomodel files in the

document path.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@24342 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Matt Rice 2007-01-11 22:52:57 +00:00
parent 7572547ef9
commit e304d319d9
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,9 @@
* GDL2Palette/README: New file.
* EOInterface/TODO: New file.
* GDL2Palette/ResourceManager.m: Uncomment some code.
* GDL2Palette/ResourceManager.m: Add .eomodel files in the document
path.
2007-01-10 Matt Rice <ratmice@gmail.com>

View file

@ -70,6 +70,7 @@
tmp = [[NSBundle bundleWithPath: docPath]
pathsForResourcesOfType:@"eomodel"
inDirectory:nil];
[modelPaths addObjectsFromArray:tmp];
for (i = 0, c = [modelPaths count]; i < c; i++)
{