Default to HTTPS for URLs
This commit is contained in:
parent
060719821c
commit
4b2bf585a0
|
@ -62,7 +62,7 @@
|
||||||
<refsect1 id="notes_bugs">
|
<refsect1 id="notes_bugs">
|
||||||
<title>Bugs</title>
|
<title>Bugs</title>
|
||||||
<para>Issues can be listed and reported at <ulink
|
<para>Issues can be listed and reported at <ulink
|
||||||
url="http://www.defora.org/os/project/bug_list/4371/Notes"/>.</para>
|
url="https://www.defora.org/os/project/bug_list/4371/Notes"/>.</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
</refentry>
|
</refentry>
|
||||||
<!-- vim: set noet ts=1 sw=1 sts=1 tw=80: -->
|
<!-- vim: set noet ts=1 sw=1 sts=1 tw=80: -->
|
||||||
|
|
|
@ -291,7 +291,8 @@ void notes_about(Notes * notes)
|
||||||
desktop_about_dialog_set_translator_credits(notes->about,
|
desktop_about_dialog_set_translator_credits(notes->about,
|
||||||
_("translator-credits"));
|
_("translator-credits"));
|
||||||
desktop_about_dialog_set_version(notes->about, VERSION);
|
desktop_about_dialog_set_version(notes->about, VERSION);
|
||||||
desktop_about_dialog_set_website(notes->about, "http://www.defora.org/");
|
desktop_about_dialog_set_website(notes->about,
|
||||||
|
"https://www.defora.org/");
|
||||||
g_signal_connect_swapped(notes->about, "delete-event", G_CALLBACK(
|
g_signal_connect_swapped(notes->about, "delete-event", G_CALLBACK(
|
||||||
_about_on_closex), notes);
|
_about_on_closex), notes);
|
||||||
gtk_widget_show(notes->about);
|
gtk_widget_show(notes->about);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user