1
0
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:
v.audacity
2011-10-09 21:14:03 +00:00
parent dd47a9a5e4
commit 3a1d4334f2
6 changed files with 14 additions and 16 deletions

View File

@@ -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;