diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-17 19:36:01 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-17 19:36:01 +0000 |
commit | 9e8df9354a30a9206d4cefd0d88bae5b776a0cb7 (patch) | |
tree | 40d09d4d8cdd9cc73296e360530182a0d982b33a /scripts/kconfig/qconf.cc | |
parent | b64eed6030d955ac6e4c3c653a923cf6535799c1 (diff) | |
download | busybox-w32-9e8df9354a30a9206d4cefd0d88bae5b776a0cb7.tar.gz busybox-w32-9e8df9354a30a9206d4cefd0d88bae5b776a0cb7.tar.bz2 busybox-w32-9e8df9354a30a9206d4cefd0d88bae5b776a0cb7.zip |
- replace some occurances of "kernel" with busybox
Diffstat (limited to '')
-rw-r--r-- | scripts/kconfig/qconf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/qconf.cc b/scripts/kconfig/qconf.cc index 74b8470e8..605b02593 100644 --- a/scripts/kconfig/qconf.cc +++ b/scripts/kconfig/qconf.cc | |||
@@ -1317,7 +1317,7 @@ void ConfigMainWindow::showIntro(void) | |||
1317 | void ConfigMainWindow::showAbout(void) | 1317 | void ConfigMainWindow::showAbout(void) |
1318 | { | 1318 | { |
1319 | static char str[] = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n\n" | 1319 | static char str[] = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n\n" |
1320 | "Bug reports and feature request can also be entered at http://bugzilla.kernel.org/\n"; | 1320 | "Bug reports and feature request can also be entered at http://bugs.busybox.net/\n"; |
1321 | 1321 | ||
1322 | QMessageBox::information(this, "qconf", str); | 1322 | QMessageBox::information(this, "qconf", str); |
1323 | } | 1323 | } |