1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 21:04:18 +01:00

Fixed WPrefs.app to find its icons when not installed under GNUstep paths

This commit is contained in:
dan
2005-07-17 19:16:46 +00:00
parent f3a960d9d8
commit d26f18505a
5 changed files with 19 additions and 5 deletions

View File

@@ -181,7 +181,6 @@ WMPathForResourceOfType(char *resource, char *ext)
return path;
}
if (getenv("GNUSTEP_SYSTEM_ROOT")) {
path = checkFile(getenv("GNUSTEP_SYSTEM_ROOT"), appdir, ext, resource);
if (path) {