1
0
Fork 0
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:
Michael Scharf 2006-12-11 22:04:52 +00:00
parent a9dd185879
commit e49f27c4b1

View file

@ -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.