1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-23 22:43:41 +02:00

New wrapper for wxFileConfig to fix several bugs

Bug 2135 - Audacity crashes if launched with a locked pluginregistry.cfg file
Bug 2651 - If pluginregistry.cfg gets locked while Audacity is active the Plug-in Manager is blocked - with no help
Bug 2650 - Virgin launch fails with no pluginregistry.cfg file created
Bug 1264 - Writing to locked audacity.cfg not reported to user
Bug 2649 - Launching Audacity with a locked audacity.cfg file gives not one but three error messages - and no help
Bug 2652 - User is not warned if they launch Audacity with a locked pluginsettings.cfg file
This commit is contained in:
Leland Lucius
2021-01-31 04:24:35 -06:00
parent 78b6897f85
commit 21296b0cf1
9 changed files with 349 additions and 54 deletions

View File

@@ -17,7 +17,6 @@
#include "FileHistory.h"
#include <wx/defs.h>
#include <wx/fileconf.h>
#include <wx/menu.h>
#include "../Internat.h"