1
0
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:
lllucius@gmail.com
2014-11-07 11:00:12 +00:00
parent 7bb4b7c941
commit a4b3ece538
2 changed files with 34 additions and 7 deletions

View File

@@ -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;