Use MateAboutDialog
parent
05b55b122e
commit
0725476eec
|
@ -30,6 +30,8 @@
|
||||||
#endif
|
#endif
|
||||||
#include <gdk/gdkkeysyms.h>
|
#include <gdk/gdkkeysyms.h>
|
||||||
|
|
||||||
|
#include <libmate-desktop/mate-aboutdialog.h>
|
||||||
|
|
||||||
#include "terminal-accels.h"
|
#include "terminal-accels.h"
|
||||||
#include "terminal-app.h"
|
#include "terminal-app.h"
|
||||||
#include "terminal-debug.h"
|
#include "terminal-debug.h"
|
||||||
|
@ -4190,7 +4192,7 @@ help_about_callback (GtkAction *action,
|
||||||
|
|
||||||
licence_text = terminal_util_get_licence_text ();
|
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"),
|
"program-name", _("MATE Terminal"),
|
||||||
"copyright", copyright,
|
"copyright", copyright,
|
||||||
"comments", _("A terminal emulator for the MATE desktop"),
|
"comments", _("A terminal emulator for the MATE desktop"),
|
||||||
|
|
Loading…
Reference in New Issue