diff --git a/DS4Windows/DS4Forms/LanguagePackComboBox.cs b/DS4Windows/DS4Forms/LanguagePackComboBox.cs index f2b86f7..b626f60 100644 --- a/DS4Windows/DS4Forms/LanguagePackComboBox.cs +++ b/DS4Windows/DS4Forms/LanguagePackComboBox.cs @@ -47,7 +47,7 @@ namespace DS4Windows.DS4Forms [Category("Data")] [Description("If probing path has been changed in App.config, add the same string here.")] - public string ProbingPath { get; set; } = ""; + public string ProbingPath { get; set; } = "Lang"; [Category("Data")] [Description("Filter language assembly file names in order to ont include irrelevant assemblies to the combo box.")]