summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-05-03 20:39:51 +0200
committerStefano Karapetsas <[email protected]>2014-05-03 20:39:51 +0200
commitd58a276f9187ec36acef2df827fcd7613ee0e347 (patch)
tree1fe17ebfa1aabf6216f36d24aaf751029ad87333 /shell
parent0036c48f5484324f2bda9fc4907fec6999f761f4 (diff)
downloadatril-d58a276f9187ec36acef2df827fcd7613ee0e347.tar.bz2
atril-d58a276f9187ec36acef2df827fcd7613ee0e347.tar.xz
Use MateAboutDialog from libmate-desktop
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 8914d2e2..5b046ae7 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -41,6 +41,8 @@
#include <gio/gio.h>
#include <gtk/gtk.h>
+#include <libmate-desktop/mate-aboutdialog.h>
+
#include "egg-editable-toolbar.h"
#include "egg-toolbar-editor.h"
#include "egg-toolbars-model.h"
@@ -4617,7 +4619,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window)
comments = build_comments_string (ev_window->priv->document);
- gtk_show_about_dialog (
+ mate_show_about_dialog (
GTK_WINDOW (ev_window),
"name", _("Atril"),
"version", VERSION,