From 9d1ec97db2089884b244a9de01f5e8e43c682737 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 23 Apr 2020 11:17:42 +0200 Subject: [PATCH] imageinfo: change doc default info Old entry not available until further notice. --- src/gui/imageinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/imageinfo.cpp b/src/gui/imageinfo.cpp index 2f38d3445..e1379cfc0 100644 --- a/src/gui/imageinfo.cpp +++ b/src/gui/imageinfo.cpp @@ -407,7 +407,7 @@ void CImageInfo::InitInfoData() //www v_info.push_back({g_Locale->getText(LOCALE_IMAGEINFO_HOMEPAGE), config.getString("homepage", PACKAGE_URL)}); //doc - v_info.push_back({g_Locale->getText(LOCALE_IMAGEINFO_DOKUMENTATION), config.getString("docs", "http://wiki.neutrino-hd.de")}); + v_info.push_back({g_Locale->getText(LOCALE_IMAGEINFO_DOKUMENTATION), config.getString("docs", "http://wiki.tuxbox-neutrino.org")}); //support v_info.push_back( {g_Locale->getText(LOCALE_IMAGEINFO_FORUM), config.getString("forum", "http://forum.tuxbox.org")}); }