mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
add and use LOCALEDIR variable; move LOCALEDIR_VAR to global.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: 910497f762
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-06 (Wed, 06 May 2015)
Origin message was:
------------------
- add and use LOCALEDIR variable; move LOCALEDIR_VAR to global.h
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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