osdlang_setup.cpp: change user-dir for locales, to match the ...

... given path in system/localize.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 1eb652688a
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-02-09 (Mon, 09 Feb 2015)

Origin message was:
------------------
- osdlang_setup.cpp: change user-dir for locales, to match the ...

... given path in system/localize.cpp


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-02-09 08:51:33 +01:00
parent b6fde11b07
commit 92a9684e02

View File

@@ -177,8 +177,7 @@ void COsdLangSetup::showLanguageSetup(CMenuWidget *osdl_setup)
{
struct dirent **namelist;
int n;
// printf("scanning locale dir now....(perhaps)\n");
char *pfad[] = {(char *) DATADIR "/neutrino/locale",(char *) CONFIGDIR "/locale"};
char *pfad[] = {(char *) DATADIR "/neutrino/locale",(char *) "/var/tuxbox/locale"};
osdl_setup->addIntroItems();