mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- add and use LOCALEDIR variable; move LOCALEDIR_VAR to global.h
This commit is contained in:
@@ -184,7 +184,7 @@ void COsdLangSetup::showLanguageSetup(CMenuWidget *osdl_setup)
|
||||
{
|
||||
struct dirent **namelist;
|
||||
int n;
|
||||
const char *pfad[] = {DATADIR "/neutrino/locale", "/var/tuxbox/locale"};
|
||||
const char *pfad[] = { LOCALEDIR, LOCALEDIR_VAR };
|
||||
|
||||
osdl_setup->addIntroItems();
|
||||
|
||||
|
Reference in New Issue
Block a user