src/gui/osdlang_setup.cpp fix path

This commit is contained in:
Jacek Jendrzej
2015-02-15 14:52:06 +01:00
parent 5d9e7a814d
commit 8655264791

View File

@@ -177,7 +177,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();