summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-05-26 13:34:43 +0300
committermonsta <[email protected]>2016-05-26 13:34:43 +0300
commitfd07010c4321d18ba3b183753e89dd70e2b756b9 (patch)
tree8a4ffb33af5149c34094a5be56799a294fa1b355 /src
parent6a2f8dec695108e86f9988f78ca1e37787daf8a3 (diff)
downloadmate-terminal-fd07010c4321d18ba3b183753e89dd70e2b756b9.tar.bz2
mate-terminal-fd07010c4321d18ba3b183753e89dd70e2b756b9.tar.xz
use About dialog from GTK+ instead of forked one from libmate-desktop
Diffstat (limited to 'src')
-rw-r--r--src/terminal-window.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/terminal-window.c b/src/terminal-window.c
index cfbe9d1..69f3063 100644
--- a/src/terminal-window.c
+++ b/src/terminal-window.c
@@ -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"),