diff options
Diffstat (limited to 'tools/kconfig/gconf.c')
-rw-r--r-- | tools/kconfig/gconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kconfig/gconf.c b/tools/kconfig/gconf.c index cfddddb9..ab047aaf 100644 --- a/tools/kconfig/gconf.c +++ b/tools/kconfig/gconf.c @@ -1462,7 +1462,7 @@ int main(int ac, char *av[]) /* Determine GUI path */ env = getenv(SRCTREE); if (env) - glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL); + glade_file = g_strconcat(env, "/tools/kconfig/gconf.glade", NULL); else if (av[0][0] == '/') glade_file = g_strconcat(av[0], ".glade", NULL); else |