diff options
Diffstat (limited to 'applets/brightness/brightness-applet.c')
-rw-r--r-- | applets/brightness/brightness-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c index c4fa15e..e603d31 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -848,7 +848,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) "documenters", documenters, "translator-credits", _("translator-credits"), "wrap-license", TRUE, - "website", "https://mate-desktop.org", + "website", PACKAGE_URL, NULL); g_free (license_trans); |