From b0f9b7519867931b30de56a869db6c8223f7207b Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 23 Apr 2010 23:58:54 -0300 Subject: [PATCH] Updated about text. --- src/commands/cmd_about.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/commands/cmd_about.cpp b/src/commands/cmd_about.cpp index be64318ac..175789401 100644 --- a/src/commands/cmd_about.cpp +++ b/src/commands/cmd_about.cpp @@ -62,10 +62,13 @@ void AboutCommand::execute(Context* context) label3 = jlabel_new(COPYRIGHT); label4 = jlabel_new(WEBSITE); - textbox = jtextbox_new("Authors:\n" - " David Capello - Main developer\n" - " Ilija Melentijevic - Graphics\n" - " Trent Gamblin - Mac OS X packager", 0); + textbox = jtextbox_new("Authors:\n\n" + " David Capello\n" + " - Project leader and developer\n\n" + " Ilija Melentijevic\n" + " - ASE skin and pixel art expert\n\n" + " Trent Gamblin\n" + " - Mac OS X builds\n", 0); box2 = jbox_new(JI_HORIZONTAL); box3 = jbox_new(JI_HORIZONTAL); box4 = jbox_new(JI_HORIZONTAL);