mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-04 21:50:51 +01:00
Make wxLog* calls consistently not have \n at the end. Turn some wxLogWarning calls to wxLogError. Put some periods at the ends of sentences.
This commit is contained in:
@@ -332,8 +332,6 @@ void EffectNyquist::Parse(wxString line)
|
||||
|
||||
void EffectNyquist::ParseFile()
|
||||
{
|
||||
wxLogDebug(wxT("EffectNyquist::ParseFile called"));
|
||||
|
||||
wxTextFile f(mFileName.GetFullPath());
|
||||
if (!f.Open())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user