Disable theme localisation by default.

SVN revision: 31031
This commit is contained in:
Kim Woelders 2007-07-28 09:10:43 +00:00
parent f8db34f923
commit 4964388015
2 changed files with 2 additions and 2 deletions

View File

@ -553,7 +553,7 @@ sound.theme =
# [bool] Localise theme
# When enabled, and e.g. LANG=ja_JP and we are looking for fonts.cfg the search
# order is fonts.cfg.ja_JP, fonts.cfg.ja, fonts.cfg.
theme.localise = 1
theme.localise = 0
# [string] Theme
theme.name = winter
# [string] Colon separated list of directories containing e16 themes

View File

@ -499,7 +499,7 @@ static const IpcItem ThemeIpcArray[] = {
#define N_IPC_FUNCS (sizeof(ThemeIpcArray)/sizeof(IpcItem))
static const CfgItem ThemeCfgItems[] = {
CFG_ITEM_BOOL(Conf.theme, localise, 1),
CFG_ITEM_BOOL(Conf.theme, localise, 0),
CFG_ITEM_STR(Conf.theme, name),
CFG_ITEM_STR(Conf.theme, extra_path),
CFG_ITEM_STR(Conf.theme, ttfont_path),