mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 04:13:50 +00:00
Update links
This commit is contained in:
parent
30af4e2620
commit
71b7000c8a
15
data/gui.xml
15
data/gui.xml
@ -381,22 +381,27 @@
|
||||
<item command="Refresh" text="&Refresh && Reload Skin" />
|
||||
</menu>
|
||||
<menu text="&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 &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" />
|
||||
|
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user