(README update)
[fanfix.git] / src / be / nikiroo / fanfix / bundles / Config.java
index ca35733ba49fe46ccf421843c5214d0a44be9d74..b68265e04865870aff23234dfe47a8eb5f1e4e3c 100644 (file)
@@ -44,4 +44,8 @@ public enum Config {
        CHAPTER_EN, //
        @Meta(what = "Chapter identification string", where = "", format = "", info = "used to identify a starting chapter in text mode")
        CHAPTER_FR, //
+       @Meta(what = "Login information", where = "", format = "", info = "used to login on YiffStar to have access to all the stories (should not be necessary anymore)")
+       LOGIN_YIFFSTAR_USER, //
+       @Meta(what = "Login information", where = "", format = "", info = "used to login on YiffStar to have access to all the stories (should not be necessary anymore)")
+       LOGIN_YIFFSTAR_PASS, //
 }