Fix misspelled option name

Originally committed to SVN as r4464.
This commit is contained in:
Amar Takhar 2010-06-08 12:07:56 +00:00
parent f361d1a67b
commit 653ce8b13d

View file

@ -1388,7 +1388,7 @@ void AudioDisplay::OnMouseEvent(wxMouseEvent& event) {
dc.DrawLine(x,0,x,h); dc.DrawLine(x,0,x,h);
// Time // Time
if (OPT_GET("Audio/Display/Draw/Cursor")->GetBool()) { if (OPT_GET("Audio/Display/Draw/Cursor Time")->GetBool()) {
// Time string // Time string
AssTime time; AssTime time;
time.SetMS(GetMSAtX(x)); time.SetMS(GetMSAtX(x));