summaryrefslogtreecommitdiff
path: root/zwgc/X_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/X_driver.c')
-rw-r--r--zwgc/X_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/X_driver.c b/zwgc/X_driver.c
index ba118b7..7284920 100644
--- a/zwgc/X_driver.c
+++ b/zwgc/X_driver.c
@@ -265,7 +265,7 @@ int open_display_and_load_resources(pargc, argv)
return(1);
/* Read in our application-specific resources: */
- sprintf(dbasename, "%s/zwgc_resources", DATADIR);
+ sprintf(dbasename, "%s/zephyr/zwgc_resources", DATADIR);
temp_db1 = XrmGetFileDatabase(dbasename);
/*