From e952489a0ec7fff4310d55a7754dbe9dc37b6208 Mon Sep 17 00:00:00 2001 From: Zukero Date: Wed, 18 Mar 2015 17:34:55 +0100 Subject: [PATCH] Added credits to new contributors Added link to github repo --- src/com/gpl/rpg/atcontentstudio/ui/AboutEditor.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/com/gpl/rpg/atcontentstudio/ui/AboutEditor.java b/src/com/gpl/rpg/atcontentstudio/ui/AboutEditor.java index c862b55..d330f17 100644 --- a/src/com/gpl/rpg/atcontentstudio/ui/AboutEditor.java +++ b/src/com/gpl/rpg/atcontentstudio/ui/AboutEditor.java @@ -47,7 +47,10 @@ public class AboutEditor extends Editor { "
" + "Author: Zukero
" + "Licence: GPL v3
" + - "Sources are included in this package.
" + + "Sources are included in this package and on GitHub.
" + + "
" + + "Contributors:
" + + "Quentin Delvallet
" + "
" + "This project uses the following libraries:
" + "JSON.simple by Yidong Fang & Chris Nokleberg.
" +