mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 21:15:23 +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
|
||||
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
|
||||
###############################################################################
|
||||
CONNTYPE_NETWORK = Network
|
||||
CONNTYPE_NETWORK = Telnet
|
||||
PORT = Port
|
||||
HOST = Host
|
||||
CONNECTION_CLOSED_BY_FOREIGN_HOST= Connection closed by foreign host.
|
||||
|
|
Loading…
Add table
Reference in a new issue