diff --git a/pc/CODEC2 GUI/CODEC2 GUI/DstarInfo.cs b/pc/CODEC2 GUI/CODEC2 GUI/DstarInfo.cs index 8b18fd7..1d4d7a7 100644 --- a/pc/CODEC2 GUI/CODEC2 GUI/DstarInfo.cs +++ b/pc/CODEC2 GUI/CODEC2 GUI/DstarInfo.cs @@ -509,7 +509,7 @@ namespace CODEC2_GUI AssemblyInfo ai = new AssemblyInfo(Assembly.GetAssembly(typeof(MainForm))); - string mybasepath = System.IO.Path.Combine(basepath, ai.Company.Replace(' ', '_'), ai.ProductTitle.Replace(' ', '_')); + string mybasepath = System.IO.Path.Combine(basepath, ai.Company, ai.ProductTitle); if (!System.IO.Directory.Exists(mybasepath)) System.IO.Directory.CreateDirectory(mybasepath);