diff options
Diffstat (limited to 'applets/clock')
-rw-r--r-- | applets/clock/clock.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/applets/clock/clock.c b/applets/clock/clock.c index ef35eff4..4592698e 100644 --- a/applets/clock/clock.c +++ b/applets/clock/clock.c @@ -52,6 +52,8 @@ #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> @@ -3228,7 +3230,7 @@ static void display_about_dialog(GtkAction* action, ClockData* cd) char copyright[] = \ "Copyright \xc2\xa9 1998-2004 Free Software Foundation, Inc."; - gtk_show_about_dialog(NULL, + mate_show_about_dialog(NULL, "program-name", _("Clock"), "authors", authors, "comments", _("The Clock displays the current time and date"), |