Skip to content

Commit

Permalink
Fix cut and paste error discovered by Gary Buhrmaster.
Browse files Browse the repository at this point in the history
Thank you, Gary!  Fixes #10536.
  • Loading branch information
Robert McNamara authored and daniel-kristjansson committed Apr 5, 2012
1 parent 69836c2 commit 3c335f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythfrontend/setupwizard_audio.cpp
Expand Up @@ -237,7 +237,7 @@ void AudioSetupWizard::save(void)
int dtshdState = 0;
if (m_dtshdCheck->GetCheckState() == MythUIStateType::Full)
dtshdState = 1;
gCoreContext->SaveSetting("DTSHDPassThru", truehdState);
gCoreContext->SaveSetting("DTSHDPassThru", dtshdState);
}

void AudioSetupWizard::slotPrevious(void)
Expand Down

0 comments on commit 3c335f8

Please sign in to comment.