mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
src/gui/osdlang_setup.cpp fix path
Origin commit data
------------------
Commit: 8655264791
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-02-15 (Sun, 15 Feb 2015)
This commit is contained in:
@@ -177,7 +177,7 @@ void COsdLangSetup::showLanguageSetup(CMenuWidget *osdl_setup)
|
||||
{
|
||||
struct dirent **namelist;
|
||||
int n;
|
||||
const char *pfad[] = {DATADIR "/neutrino/locale", CONFIGDIR "/locale"};
|
||||
const char *pfad[] = {DATADIR "/neutrino/locale", "/var/tuxbox/locale"};
|
||||
|
||||
osdl_setup->addIntroItems();
|
||||
|
||||
|
Reference in New Issue
Block a user