Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220651
b: refs/heads/master
c: 76a136c
h: refs/heads/master
i:
  220649: 247039a
  220647: 2605168
v: v3
  • Loading branch information
Michal Marek committed Sep 6, 2010
1 parent 9c576f8 commit 1cf9961
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 133c5f7c10e4552ba41bcf03b9bda6c4e3413804
refs/heads/master: 76a136c4a6bde90af8c899701cc1f0997af2f60a
10 changes: 8 additions & 2 deletions trunk/scripts/kconfig/qconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1274,8 +1274,14 @@ ConfigMainWindow::ConfigMainWindow(void)
char title[256];

QDesktopWidget *d = configApp->desktop();
snprintf(title, sizeof(title), _("Linux Kernel v%s Configuration"),
getenv("KERNELVERSION"));
snprintf(title, sizeof(title), _("Linux Kernel v%s Configuration%s"),
getenv("KERNELVERSION"),
#if QT_VERSION < 0x040000
" (Qt3)"
#else
""
#endif
);
setCaption(title);

width = configSettings->readNumEntry("/window width", d->width() - 64);
Expand Down

0 comments on commit 1cf9961

Please sign in to comment.