mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Change David Capello's home page URL
This commit is contained in:
parent
2d3b26da69
commit
5e00653b38
@ -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 />
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user