diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-20 22:02:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-20 22:02:45 +0000 |
| commit | d4b45b0f352a29ed1113c15b3f6f36ee12a7fe45 (patch) | |
| tree | c8b1ccf98cee2c8d322990d99f2c720ce5f78f4d /src/tools | |
| parent | 0d5fc564792dc7ab5dd1a9025c85bd69b7b70fba (diff) | |
Add ^A shortcut for adding a film in the batch converter.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dcpomatic_batch.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_batch.cc b/src/tools/dcpomatic_batch.cc index 054497c33..308874354 100644 --- a/src/tools/dcpomatic_batch.cc +++ b/src/tools/dcpomatic_batch.cc @@ -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 |
