forked from I2P_Developers/i2p.i2p
Replaced a hard-coded string that was missed in previous commit
This commit is contained in:
@ -30,7 +30,7 @@ public class ConfigUIHandler extends FormHandler {
|
||||
props.put(CSSHelper.PROP_THEME_NAME, null);
|
||||
else
|
||||
props.put(CSSHelper.PROP_THEME_NAME, _config);
|
||||
ok = _context.writeConfigFile("themes.config", props);
|
||||
ok = _context.writeConfigFile(CSSHelper.THEME_CONFIG_FILE, props);
|
||||
if (ok) {
|
||||
if (!oldTheme.equals(_config))
|
||||
addFormNotice(_("Theme change saved.") +
|
||||
|
Reference in New Issue
Block a user