mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
localize.cpp: fix LOCALEDIR_VAR
Origin commit data
------------------
Commit: 716f353214
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Origin message was:
------------------
- localize.cpp: fix LOCALEDIR_VAR
This commit is contained in:
@@ -108,7 +108,7 @@ CLocaleManager::~CLocaleManager()
|
||||
::free(defaultDataMem);
|
||||
}
|
||||
|
||||
#define LOCALEDIR_VAR "/var/tuxbox/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)
|
||||
|
Reference in New Issue
Block a user