Fix incorrect display of Unicode literal on Windows.
authorCarl Hetherington <cth@carlh.net>
Wed, 8 Sep 2021 22:46:48 +0000 (00:46 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 21 Sep 2021 07:46:40 +0000 (09:46 +0200)
src/tools/dcpomatic_player.cc

index 7ffb107bfc6bd8fdafff3b839530cae40dd2cfee..7181ad12968b7de52d1ece39ea0e105891bfe669 100644 (file)
@@ -359,12 +359,12 @@ public:
                NagDialog::maybe_nag (
                        this,
                        Config::NAG_TOO_MANY_DROPPED_FRAMES,
-                       _("The player is dropping a lot of frames, so playback may not be accurate.\n\n"
+                       _(wxS("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"
-                        )
+                        ))
                        );
        }