Don't allow creation of a new film with no name. Otherwise we try
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2020 21:07:34 +0000 (23:07 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2020 21:07:34 +0000 (23:07 +0200)
commit50aaa3789864c7330ee92e7e89ad5b6cc2155a82
tree7d35c91793d7b82494dc62a476fceadfc15abf82
parente3c78ffdb5e562841e86e6f59a20494159c44de7
Don't allow creation of a new film with no name.  Otherwise we try
to write metadata to the "create in folder" directory, which throws
an uncaught exception if the specified directory is unwriteable.

If we have a name then DoM tries to create the directory with that name,
which fails more elegantly and with a nicer error.
src/wx/film_name_location_dialog.cc
src/wx/film_name_location_dialog.h