From e2c32ba54b2fcf27a766e9c3cb427180a03ea056 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 19 Jun 2008 08:11:51 +0000 Subject: package/config: rebase from upstream (2.6.24.4) From Bernhards tree (1af211ea) --- package/config/qconf.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/config/qconf.cc') diff --git a/package/config/qconf.cc b/package/config/qconf.cc index e4eeb59a8..b9bb32dfd 100644 --- a/package/config/qconf.cc +++ b/package/config/qconf.cc @@ -1274,8 +1274,12 @@ ConfigMainWindow::ConfigMainWindow(void) QMenuBar* menu; bool ok; int x, y, width, height; + char title[256]; QWidget *d = configApp->desktop(); + snprintf(title, sizeof(title), _("Linux Kernel v%s Configuration"), + getenv("KERNELVERSION")); + setCaption(title); width = configSettings->readNumEntry("/window width", d->width() - 64); height = configSettings->readNumEntry("/window height", d->height() - 64); -- cgit v1.2.3