diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-04-30 15:44:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-04-30 15:44:51 +0200 |
commit | 4e21d06af33fc8eb912bab059310a53ff5546800 (patch) | |
tree | a2b20a60c456784616b5eaccc35baeb6664ad255 /src/app-window.vala | |
parent | d427874ae9bf8393c9ee6b020bf8b62f531dd4dd (diff) | |
parent | c7b10b6c255b81d54e165ae0564b626b0dbfad10 (diff) |
Update upstream source from tag 'upstream/3.28.1'
Update to upstream version '3.28.1'
with Debian dir a4bc7c77c75c9b11ff5feb3632947c0e3197712e
Diffstat (limited to 'src/app-window.vala')
-rw-r--r-- | src/app-window.vala | 4 |
1 files changed, 2 insertions, 2 deletions
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); |