diff options
author | Laurent Napias <[email protected]> | 2019-06-09 21:55:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-10 22:33:57 +0200 |
commit | 92fe2f2d5b36cbf48299c177f47820b1939e48f3 (patch) | |
tree | b176c27a48f5e00967ff247f4a6990c81220148e /applets/inhibit/inhibit-applet.c | |
parent | ef49dbe7ba6896a93202f49b5087408269c17fd9 (diff) | |
download | mate-power-manager-92fe2f2d5b36cbf48299c177f47820b1939e48f3.tar.bz2 mate-power-manager-92fe2f2d5b36cbf48299c177f47820b1939e48f3.tar.xz |
Change url projet's website
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 61e6879..02b38c4 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -327,7 +327,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) gtk_about_dialog_set_translator_credits (about, translator_credits); gtk_about_dialog_set_logo (about, logo); gtk_about_dialog_set_license (about, license_trans); - gtk_about_dialog_set_website (about, "http://www.mate-desktop.org/"); + gtk_about_dialog_set_website (about, "https://mate-desktop.org/"); gtk_window_set_icon_name (GTK_WINDOW (about), GPM_INHIBIT_APPLET_ICON_INHIBIT); |