Add ^A shortcut for adding a film in the batch converter.
authorCarl Hetherington <cth@carlh.net>
Fri, 20 Jan 2017 22:02:45 +0000 (22:02 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 20 Jan 2017 22:02:45 +0000 (22:02 +0000)
src/tools/dcpomatic_batch.cc

index 054497c334ecedbe2f6bf16a5e9e80155539917a..3088743547b0ed1f7f3e3b6b0b2df574dea94ed1 100644 (file)
@@ -59,7 +59,7 @@ void
 setup_menu (wxMenuBar* m)
 {
        wxMenu* file = new wxMenu;
-       file->Append (ID_file_add_film, _("&Add Film..."));
+       file->Append (ID_file_add_film, _("&Add Film...\tCtrl-A"));
 #ifdef DCPOMATIC_OSX
        file->Append (wxID_EXIT, _("&Exit"));
 #else