From 9416495926b8679b7709731584e77a740959d800 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 11:28:10 +0100 Subject: build: Use PACKAGE_URL variable --- applets/wncklet/window-list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/wncklet/window-list.c') diff --git a/applets/wncklet/window-list.c b/applets/wncklet/window-list.c index dd065466..ce3ddbb4 100644 --- a/applets/wncklet/window-list.c +++ b/applets/wncklet/window-list.c @@ -921,7 +921,7 @@ static void display_about_dialog(GtkAction* action, TasklistData* tasklist) "logo-icon-name", WINDOW_LIST_ICON, "translator-credits", _("translator-credits"), "version", VERSION, - "website", "http://www.mate-desktop.org/", + "website", PACKAGE_URL, NULL); } -- cgit v1.2.1