Merge remote-tracking branch 'test/cst-next'

Conflicts:
	src/gui/osdlang_setup.cpp
This commit is contained in:
Stefan Seyfried
2015-02-19 14:10:26 +01:00
23 changed files with 86 additions and 56 deletions

View File

@@ -178,7 +178,7 @@ void COsdLangSetup::showLanguageSetup(CMenuWidget *osdl_setup)
{
struct dirent **namelist;
int n;
const char *pfad[] = {DATADIR "/neutrino/locale", CONFIGDIR "/locale"};
const char *pfad[] = {DATADIR "/neutrino/locale", "/var/tuxbox/locale"};
osdl_setup->addIntroItems();