1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-11 06:00:39 +01:00

(bug 113)

More comments about things to fix (FIX-ME items this time).

Made AudacityProject::OnShowLog make the log window taller so more likely to show the bottom. The implementation of wxLogWindow makes it hard/impossible to scroll to the bottom.

Fix error of duplicate reports of missing aliased files.
This commit is contained in:
v.audacity
2010-08-17 03:46:58 +00:00
parent af52a83ec1
commit 2ef7a3fd31
5 changed files with 47 additions and 48 deletions

View File

@@ -2314,6 +2314,7 @@ void AudacityProject::OpenFile(wxString fileName, bool addtohistory)
}
}
//FIX-ME: //vvvvv Surely we could be smarter about this, like checking much earlier that this is a .aup file!
if (temp.Mid(0, 6) != wxT("<?xml ")) {
// If it's not XML, try opening it as any other form of audio
Import(fileName);
@@ -4537,14 +4538,3 @@ void AudacityProject::HandleTrackSolo(Track *t, const bool alternate)
}
}
// Indentation settings for Vim and Emacs and unique identifier for Arch, a
// version control system. Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3
// arch-tag: da1685fe-8c99-4407-a71b-cf52576ff11a