Changeset 6678 for trunk/RNA3D/RNA3D_Textures.cxx
- Timestamp:
- 16/07/10 09:35:17 (23 months ago)
- Files:
-
- 1 modified
-
trunk/RNA3D/RNA3D_Textures.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RNA3D/RNA3D_Textures.cxx
r6383 r6678 46 46 } 47 47 48 char *fname = GBS_find_lib_file(imageName, "rna3d/images/", 0);48 char *fname = GBS_find_lib_file(imageName, "rna3d/images/", false); 49 49 if (!fname) { 50 50 throw string("File not found: ")+imageName;
