Locales: use generic gui name in messages and windows

This commit is contained in:
2016-11-18 17:46:17 +01:00
parent 59ae2b52e9
commit 1b4f976c6b
8 changed files with 67 additions and 64 deletions

View File

@@ -292,7 +292,7 @@ void CImageInfo::InitInfoData()
struct utsname uts_info;
image_info_t imagename = {LOCALE_IMAGEINFO_IMAGE, config.getString("imagename", "Neutrino-HD")};
image_info_t imagename = {LOCALE_IMAGEINFO_IMAGE, config.getString("imagename", PACKAGE_NAME)};
v_info.push_back(imagename);
image_info_t version = {LOCALE_IMAGEINFO_VERSION, version_string};
v_info.push_back(version);