mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-20 18:12:04 +00:00
* 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:
parent
7572547ef9
commit
e304d319d9
2 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
tmp = [[NSBundle bundleWithPath: docPath]
|
||||
pathsForResourcesOfType:@"eomodel"
|
||||
inDirectory:nil];
|
||||
[modelPaths addObjectsFromArray:tmp];
|
||||
|
||||
for (i = 0, c = [modelPaths count]; i < c; i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue