1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-10 06:37:06 +01:00
This commit is contained in:
Paul Licameli
2016-02-24 13:52:21 -05:00
parent c730622ca6
commit 09b4dfc5a2

View File

@@ -237,7 +237,7 @@ protected:
{
LongestValueType value;
return BaseValidator::FromString(s, &value) ? NormalizeValue(value)
: wxEmptyString;
: wxString();
}
private: