use About dialog from GTK+ instead of forked one from libmate-desktop

master-1.22
monsta 2016-05-26 13:34:43 +03:00
parent 6a2f8dec69
commit fd07010c43
1 changed files with 1 additions and 3 deletions

View File

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