Use MateAboutDialog

master-1.22
Stefano Karapetsas 2014-04-24 13:54:01 +02:00
parent 05b55b122e
commit 0725476eec
1 changed files with 3 additions and 1 deletions

View File

@ -30,6 +30,8 @@
#endif
#include <gdk/gdkkeysyms.h>
#include <libmate-desktop/mate-aboutdialog.h>
#include "terminal-accels.h"
#include "terminal-app.h"
#include "terminal-debug.h"
@ -4190,7 +4192,7 @@ help_about_callback (GtkAction *action,
licence_text = terminal_util_get_licence_text ();
gtk_show_about_dialog (GTK_WINDOW (window),
mate_show_about_dialog (GTK_WINDOW (window),
"program-name", _("MATE Terminal"),
"copyright", copyright,
"comments", _("A terminal emulator for the MATE desktop"),