diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 11:37:31 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 11:37:31 +0000 |
commit | f5b8cd4ac1a40143677739a231b2734ef2c66971 (patch) | |
tree | a4076fc67cd54bb53bc88ef8cced71f2739c1ad4 /package/config/gconf.c | |
parent | ba2f9cb17afd4bb5a8dc038e1495f1737fcd1536 (diff) |
- add a version and display it in the configuration
Diffstat (limited to 'package/config/gconf.c')
-rw-r--r-- | package/config/gconf.c | 2 |
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); |