X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FConfig.java;h=7cc7bee42134c1054e2938104a6cfd95e4905a6a;hp=ca35733ba49fe46ccf421843c5214d0a44be9d74;hb=6e06d2cc9bf068a8ec4ad105aaef955a6eb509a1;hpb=a4143cd74a90e17a811a4581cbeb213fed1f6304 diff --git a/src/be/nikiroo/fanfix/bundles/Config.java b/src/be/nikiroo/fanfix/bundles/Config.java index ca35733..7cc7bee 100644 --- a/src/be/nikiroo/fanfix/bundles/Config.java +++ b/src/be/nikiroo/fanfix/bundles/Config.java @@ -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") + LOGIN_YIFFSTAR_USER, // + @Meta(what = "Login information", where = "", format = "", info = "used to login on YiffStar to have access to all the stories") + LOGIN_YIFFSTAR_PASS, // }