fix 404 on author url
This commit is contained in:
parent
ccfbfb4af8
commit
188e4aaeb8
2
prefs.js
2
prefs.js
|
|
@ -144,7 +144,7 @@ const AboutPage = new GObject.Class({
|
||||||
leftBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.END, justify: Gtk.Justification.RIGHT,
|
leftBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.END, justify: Gtk.Justification.RIGHT,
|
||||||
use_markup: true, label: "<small>" + _GTK("Created by") + "</small>" }));
|
use_markup: true, label: "<small>" + _GTK("Created by") + "</small>" }));
|
||||||
rightBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.START, justify: Gtk.Justification.LEFT,
|
rightBox.append(new Gtk.Label({ wrap: true, valign: Gtk.Align.START, halign: Gtk.Align.START, justify: Gtk.Justification.LEFT,
|
||||||
use_markup: true, label: "<small><a href=\"https://codeber.org/abak\">Abakkk</a></small>" }));
|
use_markup: true, label: "<small><a href=\"https://codeberg.org/abak\">Abakkk</a></small>" }));
|
||||||
creditBox.append(leftBox);
|
creditBox.append(leftBox);
|
||||||
creditBox.append(rightBox);
|
creditBox.append(rightBox);
|
||||||
vbox.append(creditBox);
|
vbox.append(creditBox);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue