diff options
| author | Konstantin <const@const.me> | 2023-01-18 13:40:36 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-18 13:40:36 +0100 |
| commit | 72b03a0d899e0de6a39be278b0efc31570cd7d59 (patch) | |
| tree | 0900b8242cbe7a5c09ba8d985229de4a58a75670 /Examples/WhisperDesktop/TranscribeDlg.cpp | |
| parent | e9d4322fbfeaf894e351deee781f354031c0f38a (diff) | |
UX bugfix, pending visual state of the two main dialogs
Diffstat (limited to 'Examples/WhisperDesktop/TranscribeDlg.cpp')
| -rw-r--r-- | Examples/WhisperDesktop/TranscribeDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/WhisperDesktop/TranscribeDlg.cpp b/Examples/WhisperDesktop/TranscribeDlg.cpp index 14bec05..cd23c93 100644 --- a/Examples/WhisperDesktop/TranscribeDlg.cpp +++ b/Examples/WhisperDesktop/TranscribeDlg.cpp @@ -35,7 +35,7 @@ LRESULT TranscribeDlg::OnInitDialog( UINT nMessage, WPARAM wParam, LPARAM lParam pendingState.initialize( { - languageSelector, + languageSelector, GetDlgItem( IDC_TRANSLATE ), sourceMediaPath, GetDlgItem( IDC_BROWSE_MEDIA ), transcribeOutFormat, transcribeOutputPath, GetDlgItem( IDC_BROWSE_RESULT ), |
