diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-30 21:33:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-10 21:15:37 +0200 |
| commit | 474388e8a89f1bb01df04d1e806f726e66e60cb2 (patch) | |
| tree | 3817304795ba2fcdf712c70cdb4c167255bd9549 /src/wx | |
| parent | 8f58e43332d47bd32ef09aeaae3dab598bbb8e1b (diff) | |
Fix comment.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/audio_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index f750d8e13..4b55ae344 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -43,7 +43,7 @@ class Film; /** @class AudioDialog * @brief Dialog to display audio analysis. * - * This can be used for the whole DCP, or a specific piece of content if one is passed into the constructor. + * This can be used for the whole film, or a specific piece of content if one is passed into the constructor. */ class AudioDialog : public wxDialog { |
