diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-08-09 02:05:58 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-03 17:02:24 +0200 |
| commit | cc090db73c3ababa4b208711c1a2098f393e8dcd (patch) | |
| tree | cbbcc457c670522194d83148cf7940c418e6931a /src | |
| parent | bb54ea6404268552017f1a9f2008e6b136c009c9 (diff) | |
Remove unnecessary use of wxS().
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 1ff2707a8..424c3917c 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -378,12 +378,12 @@ public: NagDialog::maybe_nag ( this, Config::NAG_TOO_MANY_DROPPED_FRAMES, - _(wxS("The player is dropping a lot of frames, so playback may not be accurate.\n\n" + _("The player is dropping a lot of frames, so playback may not be accurate.\n\n" "<b>This does not necessarily mean that the DCP you are playing is defective!</b>\n\n" "You may be able to improve player performance by:\n" "• choosing 'decode at half resolution' or 'decode at quarter resolution' from the View menu\n" "• using a more powerful computer.\n" - )) + ) ); } |
