summaryrefslogtreecommitdiffstats
path: root/extra/config/qconf.cc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-08-17 19:17:00 +0200
committerAustin Foxley <austinf@cetoncorp.com>2009-08-19 13:01:53 -0700
commitba24c697a8fcda7111defc6525c2a59cb34daf0c (patch)
tree8acdcca2c22dceb20fcb5928a080cf0ff0ddb0ed /extra/config/qconf.cc
parente929ab1fc309d16820e181a539cf30f0732d3a03 (diff)
downloaduClibc-alpine-ba24c697a8fcda7111defc6525c2a59cb34daf0c.tar.bz2
uClibc-alpine-ba24c697a8fcda7111defc6525c2a59cb34daf0c.tar.xz
support building out-of-tree
Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'extra/config/qconf.cc')
-rw-r--r--extra/config/qconf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/config/qconf.cc b/extra/config/qconf.cc
index ec3b5bb1e..ec89fd7ff 100644
--- a/extra/config/qconf.cc
+++ b/extra/config/qconf.cc
@@ -1648,7 +1648,7 @@ void ConfigMainWindow::showIntro(void)
void ConfigMainWindow::showAbout(void)
{
static const QString 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://bugs.uClibc.org/\n");
+ "Bug reports and feature request can also be entered at https://bugs.uClibc.org/\n");
QMessageBox::information(this, "qconf", str);
}