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:
vanhofen
2014-03-24 14:59:29 +01:00
parent 46b96b0789
commit ec4b7c25be

View File

@@ -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)