Skip to content

Commit

Permalink
Fixed loading config of windchest
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Mar 12, 2024
1 parent cb4d2c7 commit acb07df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grandorgue/model/GOWindchest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ void GOWindchest::Load(GOConfigReader &cfg, wxString group, unsigned index) {
wxT("Name"),
false,
wxString::Format(_("Windchest %d"), index + 1));
m_PipeConfig.Init(cfg, group, wxEmptyString);
m_PipeConfig.Load(cfg, group, wxEmptyString);
m_PipeConfig.SetName(GetName());
}

Expand Down

0 comments on commit acb07df

Please sign in to comment.