From 9273ddefa8d989d2723e04adf6f1c4c4b49cfaae Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Mon, 2 Oct 2017 09:04:06 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30494 --- client/Maestro/MaestroForm.Source.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/Maestro/MaestroForm.Source.cs b/client/Maestro/MaestroForm.Source.cs index c358517c..bebe1e4c 100644 --- a/client/Maestro/MaestroForm.Source.cs +++ b/client/Maestro/MaestroForm.Source.cs @@ -177,10 +177,11 @@ namespace Maestro { private void SetTextSelectedSourceTextFromCheckBoxes() { StringBuilder builder = new StringBuilder(); + String selectedNames = ""; foreach (String actual in selectedSources) - builder.Append(String.Format("{0} ", actual)); + selectedNames += actual + " "; SelectedSource = new SourceInfo() { - Name = builder.ToString() + Name = selectedNames }; SetSelectedSourceFileInfo(SelectedSource); ApplyProcessorButtonsLogic(); -- 2.54.0