From 3ced545d9e1932e45e07da46124008caa6a76bf0 Mon Sep 17 00:00:00 2001 From: Korney Czukowski Date: Sun, 11 Feb 2018 20:58:55 +0100 Subject: [PATCH] Forgot to remove implicit get/set --- DS4Windows/DS4Forms/LanguagePackComboBox.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Forms/LanguagePackComboBox.cs b/DS4Windows/DS4Forms/LanguagePackComboBox.cs index 8af630f..c7ce483 100644 --- a/DS4Windows/DS4Forms/LanguagePackComboBox.cs +++ b/DS4Windows/DS4Forms/LanguagePackComboBox.cs @@ -20,7 +20,7 @@ namespace DS4Windows.DS4Forms public string ProbingPath = "Lang"; // Filter language assembly file names in order to ont include irrelevant assemblies to the combo box. - public string LanguageAssemblyName { get; set; } = "DS4Windows.resources.dll"; + public string LanguageAssemblyName = "DS4Windows.resources.dll"; [Category("Action")] [Description("Fires when the combo box selected index is changed.")]