From 1bfb42f748947a224da4dbb31508aa3281e7898b Mon Sep 17 00:00:00 2001 From: Michal Kubecek Date: Mon, 13 Apr 2015 10:10:00 +0200 Subject: replace common C++ by GNU uCommon/commoncpp Also requires version 2 of libccrtp and libzrtpcpp. --- src/sys_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys_settings.cpp') diff --git a/src/sys_settings.cpp b/src/sys_settings.cpp index 36e7142..9a9ee11 100644 --- a/src/sys_settings.cpp +++ b/src/sys_settings.cpp @@ -1064,7 +1064,7 @@ string t_sys_settings::about(bool html) const { if (html) s += "
"; s += "\n"; - s += "* GNU CommonC++ - http://www.gnu.org/software/commoncpp"; + s += "* GNU uCommon C++ - http://www.gnutelephony.org/index.php/Category:Software"; if (html) s += "

"; s += "\n\n"; -- cgit v1.2.3