Update links

This commit is contained in:
David Capello 2014-04-12 12:28:34 -03:00
parent 30af4e2620
commit 71b7000c8a
3 changed files with 12 additions and 6 deletions

View File

@ -381,22 +381,27 @@
<item command="Refresh" text="&amp;Refresh &amp;&amp; Reload Skin" />
</menu>
<menu text="&amp;Help">
<item command="Launch" text="README">
<item command="Launch" text="Readme">
<param name="type" value="url" />
<param name="path" value="https://github.com/dacap/aseprite#readme" />
</item>
<separator />
<item command="Launch" text="Quick &amp;Reference">
<param name="type" value="docs" />
<param name="path" value="quickref.pdf" />
<param name="path" value="http://www.aseprite.org/quickref/" />
</item>
<item command="Launch" text="Wiki">
<item command="Launch" text="Documentation">
<param name="type" value="url" />
<param name="path" value="http://code.google.com/p/aseprite/wiki/Home" />
<param name="path" value="http://www.aseprite.org/docs/" />
</item>
<item command="Launch" text="Tutorial">
<param name="type" value="url" />
<param name="path" value="http://www.aseprite.org/tutorial/" />
</item>
<separator />
<item command="Launch" text="Release Notes">
<param name="type" value="url" />
<param name="path" value="http://code.google.com/p/aseprite/wiki/ReleaseNotes" />
<param name="path" value="http://www.aseprite.org/release-notes/" />
</item>
<item command="Launch" text="Twitter">
<param name="type" value="url" />

View File

@ -58,7 +58,7 @@ void AboutCommand::onExecute(Context* context)
Label* author1_desc = new Label("| Programming");
Label* author2 = new LinkLabel("http://ilkke.blogspot.com/", "Ilija Melentijevic");
Label* author2_desc = new Label("| Skin and Graphics");
Label* author3 = new LinkLabel("http://code.google.com/p/aseprite/people/list", "Contributors");
Label* author3 = new LinkLabel(WEBSITE_CONTRIBUTORS, "Contributors");
Box* bottom_box1 = new Box(JI_HORIZONTAL);
Box* bottom_box2 = new Box(JI_HORIZONTAL);
Box* bottom_box3 = new Box(JI_HORIZONTAL);

View File

@ -36,6 +36,7 @@
#define VERSION "0.9.6-dev"
#define WEBSITE "http://www.aseprite.org/"
#define WEBSITE_DOWNLOAD WEBSITE "download/"
#define WEBSITE_CONTRIBUTORS WEBSITE "contributors/"
#define COPYRIGHT "Copyright (C) 2001-2014 David Capello"
#define PRINTF verbose_printf