Improve OpenFileError so that it doesn't say "opening for read" v2.15.20
authorCarl Hetherington <cth@carlh.net>
Sun, 29 Sep 2019 21:28:57 +0000 (23:28 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 29 Sep 2019 21:28:57 +0000 (23:28 +0200)
commitab0e8cdcafdcb83096012380f674b8280474e851
treeb89df2d9abcbf15e1a113db8ea3024aadc41edaa
parent9a6d5d07edef459e6e7ac1708f32c34981d6cd05
Improve OpenFileError so that it doesn't say "opening for read"
in one case where it should say "opening for read/write".

Also add some unit tests for ReelWriter.
12 files changed:
src/lib/exceptions.cc
src/lib/exceptions.h
src/lib/ffmpeg.cc
src/lib/ffmpeg_image_proxy.cc
src/lib/file_group.cc
src/lib/reel_writer.cc
src/lib/reel_writer.h
src/lib/util.cc
src/lib/writer.cc
src/wx/config_dialog.cc
test/reel_writer_test.cc [new file with mode: 0644]
test/wscript