diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-29 23:43:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-29 23:53:52 +0100 |
| commit | 9834d1033dc5cf23b185a3ef14a2ecb673af157e (patch) | |
| tree | f4812b8c32edef4036e161df6f84f52a8a5def06 /src | |
| parent | 54af50c3b8e9082f9751e809d63540c51197a4a1 (diff) | |
Fix title of player configuration dialogue.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/player_config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/player_config_dialog.cc b/src/wx/player_config_dialog.cc index adbf2167b..11092efe4 100644 --- a/src/wx/player_config_dialog.cc +++ b/src/wx/player_config_dialog.cc @@ -668,7 +668,7 @@ private: wxPreferencesEditor* create_player_config_dialog () { - wxPreferencesEditor* e = new wxPreferencesEditor (); + wxPreferencesEditor* e = new wxPreferencesEditor (_("DCP-o-matic Player Preferences")); #ifdef DCPOMATIC_OSX /* Width that we force some of the config panels to be on OSX so that |
