mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- 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