mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
Disallow non-numeric chars in numeric input boxes.
Patch by Ed using examples by Martyn & James.
This commit is contained in:
@@ -197,10 +197,10 @@ void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
|
||||
tempNames.Add(name);
|
||||
tempHash[code] = name;
|
||||
|
||||
wxLogDebug(wxT("code=%s name=%s fullCode=%s name=%s -> %s"),
|
||||
/* wxLogDebug(wxT("code=%s name=%s fullCode=%s name=%s -> %s"),
|
||||
code.c_str(), localLanguageName[code].c_str(),
|
||||
fullCode.c_str(), localLanguageName[fullCode].c_str(),
|
||||
name.c_str());
|
||||
name.c_str());*/
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user