mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
telnet connector is called Telnet instead of Network
This commit is contained in:
parent
a9dd185879
commit
e49f27c4b1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
# Michael Scharf (Wind River) - split into core, view and connector plugins
|
# Michael Scharf (Wind River) - split into core, view and connector plugins
|
||||||
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||||
###############################################################################
|
###############################################################################
|
||||||
CONNTYPE_NETWORK = Network
|
CONNTYPE_NETWORK = Telnet
|
||||||
PORT = Port
|
PORT = Port
|
||||||
HOST = Host
|
HOST = Host
|
||||||
CONNECTION_CLOSED_BY_FOREIGN_HOST= Connection closed by foreign host.
|
CONNECTION_CLOSED_BY_FOREIGN_HOST= Connection closed by foreign host.
|
||||||
|
|
Loading…
Add table
Reference in a new issue