Update about dialog

This commit is contained in:
David Capello 2014-08-09 11:05:13 -03:00
parent bebc129a4d
commit 67f9354b3d

View File

@ -55,9 +55,9 @@ void AboutCommand::onExecute(Context* context)
Separator* authors_separator1 = new Separator("Authors:", JI_HORIZONTAL | JI_TOP);
Separator* authors_separator2 = new Separator("", JI_HORIZONTAL);
Label* author1 = new LinkLabel("http://dacap.com.ar/", "David Capello");
Label* author1_desc = new Label("| Programming");
Label* author1_desc = new Label("- Lead developer, graphics && maintainer");
Label* author2 = new LinkLabel("http://ilkke.blogspot.com/", "Ilija Melentijevic");
Label* author2_desc = new Label("| Skin v0.8");
Label* author2_desc = new Label("- Default skin && graphics introduced in v0.8");
Label* author3 = new LinkLabel(WEBSITE_CONTRIBUTORS, "Contributors");
Box* bottom_box1 = new Box(JI_HORIZONTAL);
Box* bottom_box2 = new Box(JI_HORIZONTAL);