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

... given path in system/localize.cpp
This commit is contained in:
svenhoefer
2015-02-09 08:51:33 +01:00
parent d58f621769
commit 1eb652688a

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