summaryrefslogtreecommitdiffstats
path: root/package/config/gconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'package/config/gconf.c')
-rw-r--r--package/config/gconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/config/gconf.c b/package/config/gconf.c
index 99b82ca91..4d4127095 100644
--- a/package/config/gconf.c
+++ b/package/config/gconf.c
@@ -272,7 +272,7 @@ void init_main_window(const gchar * glade_file)
NULL);
sprintf(title, _("Buildroot v%s Configuration"),
- getenv("VERSION"));
+ getenv("BR2_VERSION"));
gtk_window_set_title(GTK_WINDOW(main_wnd), title);
gtk_widget_show(main_wnd);