1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Cfg: Standardize rest of cfg keys

This commit is contained in:
gnosygnu
2016-12-27 15:16:46 -05:00
parent 50092ae60a
commit fd12ed88a4
33 changed files with 91 additions and 103 deletions

View File

@@ -171,8 +171,8 @@ public class Xow_portal_mgr implements Gfo_invk {
, "jumpto", "jumptonavigation", "comma-separator", "jumptosearch");
private static final String
Cfg__missing_class = "xowa.html.wiki.portal.missing_class"
, Cfg__sidebar_enabled__desktop = "xowa.html.wiki.portal.sidebar_enabled_desktop"
, Cfg__sidebar_enabled__server = "xowa.html.wiki.portal.sidebar_enabled_server"
Cfg__missing_class = "xowa.html.portal.missing_class"
, Cfg__sidebar_enabled__desktop = "xowa.html.portal.sidebar_enabled_desktop"
, Cfg__sidebar_enabled__server = "xowa.html.portal.sidebar_enabled_server"
;
}