Builds Windows nounity and unity
Builds Linux nounity and unity Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ CUiAVSequenceProps::~CUiAVSequenceProps()
|
||||
}
|
||||
|
||||
// CUiAVSequenceProps message handlers
|
||||
BOOL CUiAVSequenceProps::OnInitDialog()
|
||||
bool CUiAVSequenceProps::OnInitDialog()
|
||||
{
|
||||
QString name = m_pSequence->GetName();
|
||||
ui->NAME->setText(name);
|
||||
@@ -74,7 +74,7 @@ BOOL CUiAVSequenceProps::OnInitDialog()
|
||||
ui->ORT_ONCE->setChecked(true);
|
||||
}
|
||||
|
||||
return TRUE; // return TRUE unless you set the focus to a control
|
||||
return true; // return TRUE unless you set the focus to a control
|
||||
// EXCEPTION: OCX Property Pages should return FALSE
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user