mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fixes for Windows build and run-time problems suggested by Pokechu22
This commit is contained in:
@@ -76,7 +76,7 @@ void ProjectFileIO::UpdatePrefs()
|
||||
void ProjectFileIO::SetProjectTitle( int number)
|
||||
{
|
||||
auto &project = mProject;
|
||||
auto &window = GetProjectFrame( project );
|
||||
auto &window = ProjectWindow::Get( project );
|
||||
wxString name = project.GetProjectName();
|
||||
|
||||
// If we are showing project numbers, then we also explicitly show "<untitled>" if there
|
||||
|
||||
Reference in New Issue
Block a user