From c7b10b6c255b81d54e165ae0564b626b0dbfad10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 30 Apr 2018 15:44:49 +0200 Subject: New upstream version 3.28.1 --- src/app-window.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app-window.vala') diff --git a/src/app-window.vala b/src/app-window.vala index 2cd75ee..1475e0a 100644 --- a/src/app-window.vala +++ b/src/app-window.vala @@ -1193,7 +1193,7 @@ public class AppWindow : Gtk.ApplicationWindow yield book.save_async (type, settings.get_int ("jpeg-quality"), file, null, null); var command_line = "xdg-email"; if (type == "pdf") - command_line += "--attach %s".printf (file.get_path ()); + command_line += " --attach %s".printf (file.get_path ()); else { for (var i = 0; i < book.n_pages; i++) { @@ -1285,7 +1285,7 @@ public class AppWindow : Gtk.ApplicationWindow "authors", authors, "translator-credits", _("translator-credits"), "website", "https://launchpad.net/simple-scan", - "copyright", "Copyright © 2009-2015 Canonical Ltd.", + "copyright", "Copyright © 2009-2018 Canonical Ltd.", "license", license, "wrap-license", true, null); -- cgit v1.2.3