Updated URLs everywhere. Maybe fix about-dialog
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
#endif
|
||||
|
||||
#define DEFAULT_USER_MANUAL_ONLINE_URI \
|
||||
"https://docs.pika.org/" PIKA_APP_VERSION_STRING
|
||||
"https://heckin.technology/AlderconeStudio/PIKApp/wiki/" PIKA_APP_VERSION_STRING
|
||||
|
||||
|
||||
enum
|
||||
|
@ -2,7 +2,7 @@
|
||||
* a rebranding of The GNU Image Manipulation Program (created with heckimp)
|
||||
* A derived work which may be trivial. However, any changes may be (C)2023 by Aldercone Studio
|
||||
*
|
||||
* Original copyright, applying to most contents (license remains unchanged):
|
||||
* Original copyright, applying to most contents (license remains unchanged):
|
||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
@ -346,9 +346,9 @@ about_dialog_add_update (PikaAboutDialog *dialog,
|
||||
"software-update-available",
|
||||
GTK_ICON_SIZE_DIALOG);
|
||||
#ifdef PIKA_UNSTABLE
|
||||
download_url = "https://heckin.technology/AlderconeStudio/PIKApp/downloads/devel/";
|
||||
download_url = "https://heckin.technology/AlderconeStudio/PIKApp/";
|
||||
#else
|
||||
download_url = "https://heckin.technology/AlderconeStudio/PIKApp/downloads/";
|
||||
download_url = "https://heckin.technology/AlderconeStudio/PIKApp/";
|
||||
#endif
|
||||
g_signal_connect (button, "clicked",
|
||||
(GCallback) about_dialog_download_clicked,
|
||||
|
@ -191,7 +191,7 @@ tips_dialog_create (Pika *pika)
|
||||
gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, 0);
|
||||
gtk_widget_show (hbox);
|
||||
|
||||
more_button = gtk_link_button_new_with_label ("https://docs.pika.org/",
|
||||
more_button = gtk_link_button_new_with_label ("https://heckin.technology/AlderconeStudio/PIKApp/wiki/",
|
||||
/* a link to the related section in the user manual */
|
||||
_("Learn more"));
|
||||
gtk_widget_show (more_button);
|
||||
@ -251,7 +251,7 @@ tips_dialog_set_tip (PikaTip *tip)
|
||||
|
||||
/* set the URI to unset the "visited" state */
|
||||
gtk_link_button_set_uri (GTK_LINK_BUTTON (more_button),
|
||||
"https://docs.pika.org/");
|
||||
"https://heckin.technology/AlderconeStudio/PIKApp/wiki/");
|
||||
|
||||
gtk_widget_set_sensitive (more_button, tip->help_id != NULL);
|
||||
}
|
||||
|
@ -191,12 +191,12 @@ welcome_dialog_create (Pika *pika)
|
||||
/* "graduation cap" emoticone in UTF-8. */
|
||||
"\xf0\x9f\x8e\x93",
|
||||
_("Tutorials"),
|
||||
"https://heckin.technology/AlderconeStudio/PIKApp/tutorials/");
|
||||
"https://heckin.technology/AlderconeStudio/PIKApp/");
|
||||
welcome_add_link (GTK_GRID (grid), 0, &row,
|
||||
/* "open book" emoticone in UTF-8. */
|
||||
"\xf0\x9f\x93\x96",
|
||||
_("Documentation"),
|
||||
"https://docs.pika.org/");
|
||||
"https://heckin.technology/AlderconeStudio/PIKApp/wiki/");
|
||||
|
||||
/* XXX: should we add API docs for plug-in developers once it's
|
||||
* properly set up? */
|
||||
@ -229,12 +229,12 @@ welcome_dialog_create (Pika *pika)
|
||||
/* "keyboard" emoticone in UTF-8. */
|
||||
"\xe2\x8c\xa8",
|
||||
_("Contributing"),
|
||||
"https://heckin.technology/AlderconeStudio/PIKApp/develop/");
|
||||
"https://heckin.technology/AlderconeStudio/PIKApp/");
|
||||
welcome_add_link (GTK_GRID (grid), 1, &row,
|
||||
/* "love letter" emoticone in UTF-8. */
|
||||
"\xf0\x9f\x92\x8c",
|
||||
_("Donating"),
|
||||
"https://heckin.technology/AlderconeStudio/PIKApp/donating/");
|
||||
"https://mastodon.art/@aldercone/");
|
||||
|
||||
/*****************/
|
||||
/* Release Notes */
|
||||
|
@ -5101,7 +5101,7 @@ register_image_procs (PikaPDB *pdb)
|
||||
"pika-image-get-imported-file");
|
||||
pika_procedure_set_static_help (procedure,
|
||||
"Returns the imported file for the specified image.",
|
||||
"This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Gimp format, this procedure returns %NULL.",
|
||||
"This procedure returns the file associated with the specified image if the image was imported from a non-native Pika format. If the image was not imported, or has since been saved in the native Pika format, this procedure returns %NULL.",
|
||||
NULL);
|
||||
pika_procedure_set_static_attribution (procedure,
|
||||
"Eric Grivel <pika@lumenssolutions.com>",
|
||||
|
Reference in New Issue
Block a user