mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 18:00:26 +00:00
Update about dialog
This commit is contained in:
parent
bebc129a4d
commit
67f9354b3d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user