From 72b03a0d899e0de6a39be278b0efc31570cd7d59 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 18 Jan 2023 13:40:36 +0100 Subject: UX bugfix, pending visual state of the two main dialogs --- Examples/WhisperDesktop/TranscribeDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples/WhisperDesktop/TranscribeDlg.cpp') 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 ), -- cgit v1.2.3