Changed universal theming prop key (so not mistaken as a theme name by routerconsole)

This commit is contained in:
str4d
2012-08-07 04:29:50 +00:00
parent 0ca2d33ee1
commit 31ea4a7093
4 changed files with 4 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ public class WebMail extends HttpServlet
private static final String CONFIG_BCC_TO_SELF = "composer.bcc.to.self";
private static final String RC_PROP_THEME = "routerconsole.theme";
private static final String RC_PROP_UNIVERSAL_THEMING = "routerconsole.theme.universal";
private static final String RC_PROP_UNIVERSAL_THEMING = "routerconsole.universal.theme";
private static final String CONFIG_THEME = "theme";
private static final String DEFAULT_THEME = "light";