mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-04 05:17:47 +02:00
Rename Tenacity's config file
Resolves #362 Signed-off-by: fossdd <fossdd@pwned.life>
This commit is contained in:
committed by
Sol Fisher Romanoff
parent
dd97468062
commit
3d7de4f2c7
@@ -1197,7 +1197,7 @@ bool AudacityApp::OnInit() {
|
||||
|
||||
// Initialize preferences and language
|
||||
{
|
||||
wxFileName configFileName(FileNames::DataDir(), wxT("audacity.cfg"));
|
||||
wxFileName configFileName(FileNames::DataDir(), wxT("tenacity.cfg"));
|
||||
auto appName = wxTheApp->GetAppName();
|
||||
InitPreferences(AudacityFileConfig::Create(
|
||||
appName, wxEmptyString,
|
||||
|
||||
Reference in New Issue
Block a user