diff options
Diffstat (limited to 'applets')
| -rw-r--r-- | applets/clock/clock.c | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/applets/clock/clock.c b/applets/clock/clock.c index 8a40ad63..dd798277 100644 --- a/applets/clock/clock.c +++ b/applets/clock/clock.c @@ -52,8 +52,6 @@  #include <gdk/gdkx.h>  #include <gio/gio.h> -#include <libmate-desktop/mate-aboutdialog.h> -  #include <libmateweather/mateweather-prefs.h>  #include <libmateweather/mateweather-xml.h>  #include <libmateweather/location-entry.h> @@ -3337,9 +3335,10 @@ static void display_about_dialog(GtkAction* action, ClockData* cd)  	};  	char copyright[] = \ +		"Copyright \xc2\xa9 2012-2016 MATE developers\n"  		"Copyright \xc2\xa9 1998-2004 Free Software Foundation, Inc."; -	mate_show_about_dialog(NULL, +	gtk_show_about_dialog(NULL,  		"program-name", _("Clock"),  		"authors", authors,  		"comments", _("The Clock displays the current time and date"),  | 
