Updated about text.

This commit is contained in:
David Capello 2010-04-23 23:58:54 -03:00
parent c1dfcc04f7
commit b0f9b75198

View File

@ -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);