mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
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:
@@ -407,7 +407,7 @@ void CImageInfo::InitInfoData()
|
|||||||
//www
|
//www
|
||||||
v_info.push_back({g_Locale->getText(LOCALE_IMAGEINFO_HOMEPAGE), config.getString("homepage", PACKAGE_URL)});
|
v_info.push_back({g_Locale->getText(LOCALE_IMAGEINFO_HOMEPAGE), config.getString("homepage", PACKAGE_URL)});
|
||||||
//doc
|
//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
|
//support
|
||||||
v_info.push_back( {g_Locale->getText(LOCALE_IMAGEINFO_FORUM), config.getString("forum", "http://forum.tuxbox.org")});
|
v_info.push_back( {g_Locale->getText(LOCALE_IMAGEINFO_FORUM), config.getString("forum", "http://forum.tuxbox.org")});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user