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

Wbase: Load prop datatype table as P123 instead of p123

This commit is contained in:
gnosygnu
2016-12-03 13:59:31 -05:00
parent 496068e9aa
commit 9fd328ac8f
4 changed files with 6 additions and 4 deletions

View File

@@ -33,6 +33,6 @@ public class Xoa_cfg_addon implements Xoax_addon_itm, Xoax_addon_itm__special, X
}
public String Addon__key() {return ADDON__KEY;} private static final String ADDON__KEY = "xowa.app.cfg";
public static void Init(Xoae_app app) {
}
// public static void Init(Xoae_app app) {
// }
}