1
0
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:
martynshaw99
2011-06-16 23:29:56 +00:00
parent 65fb8f4ff8
commit 309f9a90ce
14 changed files with 122 additions and 97 deletions

View File

@@ -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());*/
}
}