imageinfo: change doc default info

Old entry not available until further notice.


Origin commit data
------------------
Commit: 8bec70f334
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-05-02 (Sat, 02 May 2020)
This commit is contained in:
2020-05-02 23:25:49 +02:00
committed by vanhofen
parent 1bfdd2035f
commit a6d383bc6a

View File

@@ -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")});
}