mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
Add links to README file and Twitter account in Help menu.
This commit is contained in:
parent
ebb8d0c5bd
commit
11d20a6e33
10
data/gui.xml
10
data/gui.xml
@ -373,6 +373,10 @@
|
||||
<item command="Refresh" text="&Refresh && Reload Skin" />
|
||||
</menu>
|
||||
<menu text="&Help">
|
||||
<item command="Launch" text="README">
|
||||
<param name="type" value="url" />
|
||||
<param name="path" value="https://github.com/dacap/aseprite#readme" />
|
||||
</item>
|
||||
<item command="Launch" text="Quick &Reference">
|
||||
<param name="type" value="docs" />
|
||||
<param name="path" value="quickref.pdf" />
|
||||
@ -386,11 +390,15 @@
|
||||
<param name="type" value="url" />
|
||||
<param name="path" value="http://code.google.com/p/aseprite/wiki/ReleaseNotes" />
|
||||
</item>
|
||||
<item command="Launch" text="Twitter">
|
||||
<param name="type" value="url" />
|
||||
<param name="path" value="http://twitter.com/aseprite" />
|
||||
</item>
|
||||
<separator />
|
||||
<item command="Launch" text="&Donate">
|
||||
<param name="type" value="url" />
|
||||
<param name="path" value="http://www.aseprite.org/donate/" />
|
||||
</item>
|
||||
<separator />
|
||||
<item command="About" text="&About" />
|
||||
</menu>
|
||||
</menu>
|
||||
|
Loading…
Reference in New Issue
Block a user