Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gta04 audio - fix recording state name
Thanks Boudewijn for noticing and reporting the problem!
  • Loading branch information
radekp committed Oct 28, 2012
1 parent 730fe58 commit c3d14dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -525,7 +525,7 @@ bool RecordingAudioState::enter(QAudio::AudioCapability capability)
{
Q_UNUSED(capability)
qLog(AudioState) << "RecordingAudioState::enter()";
return restoreState("recording.state");
return restoreState("recording");
}

bool RecordingAudioState::leave()
Expand Down

0 comments on commit c3d14dd

Please sign in to comment.