diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-10-03 14:31:57 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-10-03 14:31:57 +0200 |
commit | d408e3dae21de396f0a1644f0ddc2def007e73a0 (patch) | |
tree | 660befc66af13af226fdab5e82b04888ffffb132 /src/simple-scan.vala | |
parent | 1753bae2142cd5688fe1b94f7b7809bed15c4fb4 (diff) | |
parent | 6e3f340511b86d9f883b75ae9c154dbb28a91425 (diff) |
Update upstream source from tag 'upstream/3.34.0'
Update to upstream version '3.34.0'
with Debian dir 4529dafacc42998a608ad0e3b82aec904e9ec7dc
Diffstat (limited to 'src/simple-scan.vala')
-rw-r--r-- | src/simple-scan.vala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simple-scan.vala b/src/simple-scan.vala index 0c263f0..6175a8e 100644 --- a/src/simple-scan.vala +++ b/src/simple-scan.vala @@ -23,7 +23,7 @@ public class SimpleScan : Gtk.Application /* Help string for command line --debug flag */ N_("Print debugging messages"), null}, { "fix-pdf", 0, 0, OptionArg.STRING, ref fix_pdf_filename, - N_("Fix PDF files generated with older versions of Simple Scan"), "FILENAME…"}, + N_("Fix PDF files generated with older versions of this app"), "FILENAME…"}, { null } }; private static Timer log_timer; @@ -635,7 +635,7 @@ public class SimpleScan : Gtk.Application log_file = FileStream.open (path, "w"); Log.set_default_handler (log_cb); - debug ("Starting Simple Scan %s, PID=%i", VERSION, Posix.getpid ()); + debug ("Starting %s %s, PID=%i", args[0], VERSION, Posix.getpid ()); Gtk.init (ref args); |