Use MateAboutDialog
parent
05b55b122e
commit
0725476eec
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue