mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 23:55:50 +01: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:
@@ -892,6 +892,8 @@ list( APPEND SOURCES
|
||||
widgets/ErrorDialog.h
|
||||
widgets/ExpandingToolBar.cpp
|
||||
widgets/ExpandingToolBar.h
|
||||
widgets/FileConfig.cpp
|
||||
widgets/FileConfig.h
|
||||
widgets/FileDialog/FileDialog.cpp
|
||||
widgets/FileDialog/FileDialog.h
|
||||
$<$<BOOL:${wxIS_WIN}>:
|
||||
|
||||
Reference in New Issue
Block a user