[chronojump] Fixed windows portnames



commit 37c8e4bafdb28a70e444be8deff5b32872c4b9b3
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jan 29 14:48:21 2013 +0100

    Fixed windows portnames

 src/gui/chronopic.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/chronopic.cs b/src/gui/chronopic.cs
index f472c3e..e593b86 100644
--- a/src/gui/chronopic.cs
+++ b/src/gui/chronopic.cs
@@ -306,7 +306,7 @@ Log.WriteLine("bbb");
 		comboWindowsOptions = new string[32];
 		//for (int i=1; i <= 32; i ++)
 			//comboWindowsOptions[i-1] = "COM" + i;
-		comboWindowsOptions = Util.StringArrayToString(SerialPort.GetPortNames(),"\n");
+		comboWindowsOptions = SerialPort.GetPortNames();
 
 		string [] def = Util.StringToStringArray(Constants.ChronopicDefaultPortWindows);
 		string [] allWithDef = Util.AddArrayString(def, comboWindowsOptions);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]