Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/nls/Messages.java')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/nls/Messages.java6
1 files changed, 5 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/nls/Messages.java b/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/nls/Messages.java
index 257a5f2a6..89b45200b 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/nls/Messages.java
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/org/eclipse/tcf/te/ui/controls/nls/Messages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2011 Wind River Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2011, 2012 Wind River Systems, Inc. and others. All rights reserved.
* This program and the accompanying materials are made available under the terms
* of the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
@@ -145,11 +145,14 @@ public class Messages extends NLS {
public static String SerialLinePanel_section;
public static String SerialLinePanel_hostTTYDevice_label;
+ public static String SerialLinePanel_hostTTYDevice_label_terminalMode;
public static String SerialLinePanel_hostTTYSpeed_label;
+ public static String SerialLinePanel_hostTTYSpeed_label_terminalMode;
public static String SerialLinePanel_hostTTYDatabits_label;
public static String SerialLinePanel_hostTTYParity_label;
public static String SerialLinePanel_hostTTYStopbits_label;
public static String SerialLinePanel_hostTTYFlowControl_label;
+ public static String SerialLinePanel_hostTTYTimeout_label;
public static String SerialLinePanel_customSerialDevice_title;
public static String SerialLinePanel_customSerialDevice_message;
public static String SerialLinePanel_customSerialBaudRate_title;
@@ -162,6 +165,7 @@ public class Messages extends NLS {
public static String SerialLinePanel_error_emptyHostTTYParity;
public static String SerialLinePanel_error_emptyHostTTYStopbits;
public static String SerialLinePanel_error_emptyHostTTYFlowControl;
+ public static String SerialLinePanel_error_emptyHostTTYTimeout;
public static String SerialLinePanel_info_editableTTYDeviceSelected;
public static String SerialLinePanel_info_editableTTYBaudRateSelected;
public static String SerialLinePanel_warning_FailedToLoadSerialPorts;

Back to the top