mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Remove path separator characters from plugin IDs when saving
The characters were a problem on Linux since wxFileConfig was intepreting them and creating extra (unwanted) groups. This change will suffice until/if this is converted to XML.
This commit is contained in:
@@ -250,6 +250,7 @@ private:
|
||||
|
||||
wxString SharedKey(const PluginID & ID, const wxString & group, const wxString & key);
|
||||
wxString PrivateKey(const PluginID & ID, const wxString & group, const wxString & key);
|
||||
wxString ConvertID(const PluginID & ID);
|
||||
|
||||
private:
|
||||
static PluginManager mInstance;
|
||||
|
||||
Reference in New Issue
Block a user