Mercurial > ecos
changeset 999:a818453d8079
Fix typo reported by Scott Wilkinson
| author | bartv |
|---|---|
| date | Tue, 06 May 2003 13:50:35 +0000 |
| parents | bc97daad40a7 |
| children | 6204f4b6686d |
| files | packages/devs/eth/synth/ecosynth/current/ChangeLog packages/devs/eth/synth/ecosynth/current/host/ethernet.tcl |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <bartv@ecoscentric.com> + + * host/ethernet.tcl (filters_initialize): + Fix typo reported by Scott Wilkinson + 2003-02-25 Iztok Zupet <iz@vsr.si> * doc/syntheth.sgml: Replaced .gif with .png to get PDF
--- 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"
