Skip to content

Commit

Permalink
removed proto port info from status panel
Browse files Browse the repository at this point in the history
  • Loading branch information
hypatia2 committed Aug 22, 2015
1 parent 666cc38 commit 2d0218c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fruho/main.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -1101,14 +1101,14 @@ proc connect-msg-stand {} {
cancelled {set msg [_ "Disconnected"]}
connecting {
if {$city ne "" && $ccode ne ""} {
set msg [_ "Connecting to {0}, {1}, port {2}" $city $ccode $::model::Current_protoport]
set msg [_ "Connecting to {0}, {1}" $city $ccode]
} else {
set msg [_ "Connecting"]
}
}
connected {
if {$city ne "" && $ccode ne ""} {
set msg [_ "Connected to {0}, {1}, port {2}" $city $ccode $::model::Current_protoport]
set msg [_ "Connected to {0}, {1}" $city $ccode]
} else {
set msg [_ "Connected"]
}
Expand Down

0 comments on commit 2d0218c

Please sign in to comment.