Set Lang as default probing path

Otherwise, probing path is set after folder scanning occurs.
Related to issue #196.
This commit is contained in:
Travis Nickles 2018-01-25 18:14:35 -06:00
parent 0d3fe3af81
commit 30dd8c48f6

View File

@ -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.")]