[chronojump] Fixed windows portnames
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed windows portnames
- Date: Tue, 29 Jan 2013 13:48:50 +0000 (UTC)
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]