# HG changeset patch # User bartv # Date 1052229035 0 # Node ID a818453d80795278d7d73405eb3f0da46450aaf3 # Parent bc97daad40a76d9c6634c1e01d56784f80d43467 Fix typo reported by Scott Wilkinson diff --git a/packages/devs/eth/synth/ecosynth/current/ChangeLog b/packages/devs/eth/synth/ecosynth/current/ChangeLog --- a/packages/devs/eth/synth/ecosynth/current/ChangeLog +++ b/packages/devs/eth/synth/ecosynth/current/ChangeLog @@ -1,3 +1,8 @@ +2003-05-06 Bart Veer + + * host/ethernet.tcl (filters_initialize): + Fix typo reported by Scott Wilkinson + 2003-02-25 Iztok Zupet * doc/syntheth.sgml: Replaced .gif with .png to get PDF diff --git a/packages/devs/eth/synth/ecosynth/current/host/ethernet.tcl b/packages/devs/eth/synth/ecosynth/current/host/ethernet.tcl --- a/packages/devs/eth/synth/ecosynth/current/host/ethernet.tcl +++ b/packages/devs/eth/synth/ecosynth/current/host/ethernet.tcl @@ -1131,7 +1131,7 @@ namespace eval ethernet { # Add a button on the toolbar for enabling/disabling logging. # Also add an entry to the help menu if { $synth::flag_gui } { - button .toolbar.ethernet_logging -image $ethernet::image_netrecord -borderwidth 2 -relief flat -command ethernet::logging_button_toggle] + button .toolbar.ethernet_logging -image $ethernet::image_netrecord -borderwidth 2 -relief flat -command ethernet::logging_button_toggle pack .toolbar.ethernet_logging -side left -padx 2 synth::register_balloon_help .toolbar.ethernet_logging "Record ethernet traffic"