Change David Capello's home page URL

This commit is contained in:
David Capello 2015-02-27 21:03:46 -03:00
parent 2d3b26da69
commit 5e00653b38
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ You can ask for help in:
* David Capello [davidcapello@gmail.com](mailto:davidcapello@gmail.com) <br />
Programmer, designer, and maintainer. <br />
http://dacap.com.ar/
http://davidcapello.com/
* Ilija Melentijevic <br />
New GUI skin for Aseprite v0.8. A lot of good ideas. <br />
http://ilkke.blogspot.com/ <br />

View File

@ -43,7 +43,7 @@ void AboutCommand::onExecute(Context* context)
Label* subtitle = new Label("Animated sprite editor && pixel art tool");
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 = new LinkLabel("http://davidcapello.com/", "David Capello");
Label* author1_desc = new Label("- Lead developer, graphics && maintainer");
Label* author2 = new LinkLabel("http://ilkke.blogspot.com/", "Ilija Melentijevic");
Label* author2_desc = new Label("- Default skin && graphics introduced in v0.8");