Change the website to point to the wiki page
Thanks a lot to @svito for creating the page!
This commit is contained in:
parent
d2c6c6cc4d
commit
70e79e50d6
@ -26,7 +26,7 @@
|
|||||||
<releases>
|
<releases>
|
||||||
<release version="0.4.4" date="2018-07-31"/>
|
<release version="0.4.4" date="2018-07-31"/>
|
||||||
</releases>
|
</releases>
|
||||||
<url type="homepage">https://gitlab.gnome.org/World/podcasts</url>
|
<url type="homepage">https://wiki.gnome.org/Apps/Podcasts</url>
|
||||||
<update_contact>jpetridis@gnome.org</update_contact>
|
<update_contact>jpetridis@gnome.org</update_contact>
|
||||||
<developer_name>Jordan Petridis</developer_name>
|
<developer_name>Jordan Petridis</developer_name>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@ -31,9 +31,8 @@ pub(crate) fn about_dialog(window: >k::ApplicationWindow) {
|
|||||||
// and the version number is kept in sync automatically
|
// and the version number is kept in sync automatically
|
||||||
dialog.set_version("0.4.4");
|
dialog.set_version("0.4.4");
|
||||||
dialog.set_program_name(&i18n("Podcasts"));
|
dialog.set_program_name(&i18n("Podcasts"));
|
||||||
// TODO: Need a wiki page first.
|
dialog.set_website("https://wiki.gnome.org/Apps/Podcasts");
|
||||||
// dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts");
|
dialog.set_website_label("Learn more about GNOME Podcasts");
|
||||||
// dialog.set_website_label("Learn more about GNOME Podcasts");
|
|
||||||
dialog.set_transient_for(window);
|
dialog.set_transient_for(window);
|
||||||
|
|
||||||
dialog.set_artists(&["Tobias Bernard", "Sam Hewitt"]);
|
dialog.set_artists(&["Tobias Bernard", "Sam Hewitt"]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user