Update links to website

This commit is contained in:
Tony George 2019-08-11 15:13:00 +05:30
parent f973835635
commit e37b656383
2 changed files with 6 additions and 3 deletions

View File

@ -944,9 +944,9 @@ class MainWindow : Gtk.Window{
dialog.logo = IconManager.lookup("timeshift", 256);
//dialog.license = "";
dialog.website = "https://github.com/teejee2008/timeshift";
dialog.website_label = "https://github.com/teejee2008/timeshift";
dialog.website = "https://teejeetech.in/";
dialog.website_label = "https://teejeetech.in/";
dialog.initialize();
dialog.show_all();
}

View File

@ -97,6 +97,9 @@ public class DonationWindow : Gtk.Window {
"https://github.com/teejee2008/%s/wiki".printf(appname.down()));
}
add_button(hbox, _("Website"),
"https://teejeetech.in/");
// close window ---------------------------------------------------------
hbox = add_hbox();