diff options
author | bigbear <ns@bigbear.dk> | 2024-02-08 02:53:08 +0100 |
---|---|---|
committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:53 +0100 |
commit | 3d25cd5ae8241b687b970f8c1861451636a8f6ea (patch) | |
tree | 5d1d0639679cb8643c1c9359b53c36cfbce1a222 /shell/syncmanager.c | |
parent | 2c017509271c1ddd3d2b4bfe55608dcc63941034 (diff) |
FIX Missing icons, menu about, cleaning
Diffstat (limited to 'shell/syncmanager.c')
-rw-r--r-- | shell/syncmanager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 5d5176e3..e034909e 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -605,7 +605,7 @@ static SyncDialog *sync_dialog_new(GtkWidget *parent) populate_store(store); priv_policy_btn = gtk_link_button_new_with_label( - "https://github.com/lpereira/hardinfo/wiki/Privacy-Policy", + "https://github.com/hwspeedy/hardinfo2?tab=readme-ov-file#privacy-policy", _("Privacy Policy")); gtk_widget_show(priv_policy_btn); gtk_box_pack_start(GTK_BOX(dialog1_vbox), priv_policy_btn, FALSE, FALSE, 0); |