summaryrefslogtreecommitdiffstats
path: root/Examples
diff options
context:
space:
mode:
Diffstat (limited to 'Examples')
-rw-r--r--Examples/WhisperDesktop/CaptureDlg.cpp2
-rw-r--r--Examples/WhisperDesktop/TranscribeDlg.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/WhisperDesktop/CaptureDlg.cpp b/Examples/WhisperDesktop/CaptureDlg.cpp
index f1030dd..3c22078 100644
--- a/Examples/WhisperDesktop/CaptureDlg.cpp
+++ b/Examples/WhisperDesktop/CaptureDlg.cpp
@@ -39,7 +39,7 @@ LRESULT CaptureDlg::OnInitDialog( UINT nMessage, WPARAM wParam, LPARAM lParam, B
pendingState.initialize(
// Controls to disable while pending, re-enable afterwards
{
- languageSelector,
+ languageSelector, GetDlgItem( IDC_TRANSLATE ),
cbCaptureDevice,
checkSave, checkAppend, checkTimestamps, transcribeOutputPath, transcribeOutputBrowse,
GetDlgItem( IDC_DEV_REFRESH ),
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 ),