mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Fix my website's URL.
This commit is contained in:
parent
8c52068eb4
commit
f50a8e6e2b
@ -55,7 +55,7 @@ void AboutCommand::onExecute(Context* context)
|
||||
Label* subtitle = new Label("Animated sprites editor && pixel art tool");
|
||||
Widget* authors_separator1 = ji_separator_new("Authors:", JI_HORIZONTAL | JI_TOP);
|
||||
Widget* authors_separator2 = ji_separator_new(NULL, JI_HORIZONTAL);
|
||||
Label* author1 = new LinkLabel("http://www.davidcapello.com.ar/", "David Capello");
|
||||
Label* author1 = new LinkLabel("http://dacap.com.ar/", "David Capello");
|
||||
Label* author1_desc = new Label("| Programming");
|
||||
Label* author2 = new LinkLabel("http://ilkke.blogspot.com/", "Ilija Melentijevic");
|
||||
Label* author2_desc = new Label("| Skin and Graphics");
|
||||
|
Loading…
x
Reference in New Issue
Block a user