diff options
author | Stefano Karapetsas <[email protected]> | 2011-12-23 22:26:00 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2011-12-23 22:26:00 +0100 |
commit | b92e6509de88df69974e053f3ad5c1c88f0fb499 (patch) | |
tree | f1956f17f8341b19afea8f8271241decebb777a7 /shell | |
parent | 07079b52712765a5e54f55e4c5e5fa8ab1723a15 (diff) | |
download | atril-b92e6509de88df69974e053f3ad5c1c88f0fb499.tar.bz2 atril-b92e6509de88df69974e053f3ad5c1c88f0fb499.tar.xz |
updated version to 1.1.1, fixed about windowmate-document-viewer-1.1.1
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ev-window.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c index 30b97f4a..b1a4e5ca 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -4568,7 +4568,10 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) "Bryan Clark <[email protected]>", "Carlos Garcia Campos <[email protected]>", "Wouter Bolsterlee <[email protected]>", - "Christian Persch <chpe" "\100" "mate.org>", + "Christian Persch <chpe" "\100" "gnome.org>", + "Perberos <[email protected]>", + "Stefano Karapetsas <[email protected]>", + "Steve Zesch <[email protected]>", NULL }; @@ -4616,7 +4619,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) "copyright", _("© 1996–2009 The Atril authors"), "license", license_trans, - "website", "http://www.mate.org/projects/atril", + "website", "http://www.mate-desktop.org/", "comments", comments, "authors", authors, "documenters", documenters, |