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

@@ -47,8 +47,8 @@ public class Xow_module_mgr implements Gfo_invk {
} private static final String Invk_get = "get";
private static final String
Cfg__collapsible__toc = "xowa.html.wiki.collapsible.toc"
, Cfg__collapsible__collapsible = "xowa.html.wiki.collapsible.collapsible"
, Cfg__collapsible__navframe = "xowa.html.wiki.collapsible.navframe"
Cfg__collapsible__toc = "xowa.html.collapsibles.toc"
, Cfg__collapsible__collapsible = "xowa.html.collapsibles.navbox"
, Cfg__collapsible__navframe = "xowa.html.collapsibles.navframe"
;
}