mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
locale: move first-search locale-dir from /var/tuxbox/config/locale ...
... to /var/tuxbox/locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: e8c0543ac1
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-07 (Fri, 07 Mar 2014)
Origin message was:
------------------
- locale: move first-search locale-dir from /var/tuxbox/config/locale ...
... to /var/tuxbox/locale
------------------
This commit was generated by Migit
This commit is contained in:
@@ -108,7 +108,8 @@ CLocaleManager::~CLocaleManager()
|
|||||||
::free(defaultDataMem);
|
::free(defaultDataMem);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * path[2] = { CONFIGDIR "/locale/", DATADIR "/neutrino/locale/"};
|
#define LOCALEDIR_VAR "/var/tuxbox/locale"
|
||||||
|
const char * path[2] = { LOCALEDIR_VAR, DATADIR "/neutrino/locale/"};
|
||||||
|
|
||||||
CLocaleManager::loadLocale_ret_t CLocaleManager::loadLocale(const char * const locale, bool asdefault)
|
CLocaleManager::loadLocale_ret_t CLocaleManager::loadLocale(const char * const locale, bool asdefault)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user