- replace some occurances of "kernel" with busybox

This commit is contained in:
Bernhard Reutner-Fischer
2007-01-17 19:36:01 +00:00
parent b64eed6030
commit 9e8df9354a
4 changed files with 14 additions and 14 deletions

View File

@ -1317,7 +1317,7 @@ void ConfigMainWindow::showIntro(void)
void ConfigMainWindow::showAbout(void)
{
static char str[] = "qconf is Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>.\n\n"
"Bug reports and feature request can also be entered at http://bugzilla.kernel.org/\n";
"Bug reports and feature request can also be entered at http://bugs.busybox.net/\n";
QMessageBox::information(this, "qconf", str);
}