src/gui/osdlang_setup.cpp fix path

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8655264791
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-15 (Sun, 15 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-02-15 14:52:06 +01:00
parent db494a03a3
commit 8eafe936f7

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();