diff options
author | Stefano Karapetsas <[email protected]> | 2014-04-24 13:54:01 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-04-24 13:54:01 +0200 |
commit | 0725476eecdad6e1520b480b532459444b5a4b89 (patch) | |
tree | 38fce181febc27f6cd8948c5e6d21dce1d442663 /src | |
parent | 05b55b122e7191a1478f881094d50d02b16c003f (diff) | |
download | mate-terminal-0725476eecdad6e1520b480b532459444b5a4b89.tar.bz2 mate-terminal-0725476eecdad6e1520b480b532459444b5a4b89.tar.xz |
Use MateAboutDialog
Diffstat (limited to 'src')
-rw-r--r-- | src/terminal-window.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/terminal-window.c b/src/terminal-window.c index d15a90c..3c6f734 100644 --- a/src/terminal-window.c +++ b/src/terminal-window.c @@ -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"), |