mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
- osdlang_setup.cpp: change user-dir for locales, to match the ...
... given path in system/localize.cpp
This commit is contained in:
@@ -177,8 +177,7 @@ void COsdLangSetup::showLanguageSetup(CMenuWidget *osdl_setup)
|
|||||||
{
|
{
|
||||||
struct dirent **namelist;
|
struct dirent **namelist;
|
||||||
int n;
|
int n;
|
||||||
// printf("scanning locale dir now....(perhaps)\n");
|
char *pfad[] = {(char *) DATADIR "/neutrino/locale",(char *) "/var/tuxbox/locale"};
|
||||||
char *pfad[] = {(char *) DATADIR "/neutrino/locale",(char *) CONFIGDIR "/locale"};
|
|
||||||
|
|
||||||
osdl_setup->addIntroItems();
|
osdl_setup->addIntroItems();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user