diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-03 23:45:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-03 23:45:03 +0200 |
| commit | edefb3f0b4c6545d1d7957c4bff109a1b686365b (patch) | |
| tree | 32ee338c629e56073c968bcec4dea10442eb823b /src | |
| parent | a7a8cd74f2f32de8b708c78cc8bc9c0cf17d60f5 (diff) | |
Fix warning in previous.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 14737d009..cc18d634d 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -742,7 +742,7 @@ FilmViewer::too_many_frames_dropped () stop (); } - bool shown = NagDialog::maybe_nag ( + NagDialog::maybe_nag ( panel(), Config::NAG_TOO_MANY_DROPPED_FRAMES, _("The player is dropping a lot of frames, so playback may not be accurate.\n\n" |
