# HG changeset patch # User Sebastien Jodogne # Date 1477581957 -7200 # Node ID 8e1dfd5313354abc67b7c009fe2018b4825d2ecd # Parent 3d9ecbdfe71f72859071ce7970f54c5fa18185fd fix diff -r 3d9ecbdfe71f -r 8e1dfd531335 Applications/ApplicationToolbox.cpp --- a/Applications/ApplicationToolbox.cpp Thu Oct 27 16:50:10 2016 +0200 +++ b/Applications/ApplicationToolbox.cpp Thu Oct 27 17:25:57 2016 +0200 @@ -184,7 +184,7 @@ << path << " " << ORTHANC_WSI_VERSION << std::endl << "Copyright (C) 2012-2016 Sebastien Jodogne, " << "Medical Physics Department, University Hospital of Liege (Belgium)" << std::endl - << "Licensing AGPL: GNU AGPL version 3 or later ." << std::endl + << "Licensing AGPL: GNU AGPL version 3 or later ." << std::endl << "This is free software: you are free to change and redistribute it." << std::endl << "There is NO WARRANTY, to the extent permitted by law." << std::endl << std::endl diff -r 3d9ecbdfe71f -r 8e1dfd531335 Applications/DicomToTiff.cpp --- a/Applications/DicomToTiff.cpp Thu Oct 27 16:50:10 2016 +0200 +++ b/Applications/DicomToTiff.cpp Thu Oct 27 17:25:57 2016 +0200 @@ -56,7 +56,7 @@ target.add_options() ("color", boost::program_options::value(), "Color of the background for missing tiles (e.g. \"255,0,0\")") ("reencode", boost::program_options::value(), - "Whether to reencode each tile in JPEG (no transcoding, much slower) (Boolean)") + "Whether to re-encode each tile in JPEG (no transcoding, much slower) (Boolean)") ("jpeg-quality", boost::program_options::value(), "Set quality level for JPEG (0..100)") ; diff -r 3d9ecbdfe71f -r 8e1dfd531335 Applications/Dicomizer.cpp --- a/Applications/Dicomizer.cpp Thu Oct 27 16:50:10 2016 +0200 +++ b/Applications/Dicomizer.cpp Thu Oct 27 17:25:57 2016 +0200 @@ -466,7 +466,7 @@ source.add_options() ("dataset", boost::program_options::value(), "Path to a JSON file containing the DICOM dataset") ("sample-dataset", "Display a minimalistic sample DICOM dataset in JSON format, then exit") - ("reencode", boost::program_options::value(), "Whether to reencode each tile (no transcoding, much slower) (Boolean)") + ("reencode", boost::program_options::value(), "Whether to re-encode each tile (no transcoding, much slower) (Boolean)") ("repaint", boost::program_options::value(), "Whether to repaint the background of the image (Boolean)") ("color", boost::program_options::value(), "Color of the background (e.g. \"255,0,0\")") ;