diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-29 23:51:25 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-29 23:51:25 +0000 |
| commit | b3234e76d2f614c2b05034c0bdae8d5a4e9de9ea (patch) | |
| tree | ede230ed8036177b42162d3c20e7763c83c36ac5 /src/tools/dcpomatic_batch.cc | |
| parent | 70b923d244255cc1425f0ade4b3d280e07da7038 (diff) | |
| parent | f5bc071ddac2355da1d116404cc37f4485e97699 (diff) | |
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src/tools/dcpomatic_batch.cc')
| -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 |
