projects
/
sockspy
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d10e87f
)
Fix spelling mistake that prevents resetting the time format to default
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Fri, 27 Nov 2009 15:20:46 +0000
(15:20 +0000)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Fri, 27 Nov 2009 15:20:46 +0000
(15:20 +0000)
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
bin/sockspy.tcl
patch
|
blob
|
history
diff --git
a/bin/sockspy.tcl
b/bin/sockspy.tcl
index 1833b15cecb2922eda691e3cad4d572e112a01e1..4ef19e4efda2873d4507ff659a4556fa11fd9d51 100644
(file)
--- a/
bin/sockspy.tcl
+++ b/
bin/sockspy.tcl
@@
-539,7
+539,7
@@
proc timestampWindow {} {
# tfButton -- handles button clicks on the timestamp dialog
#
proc tfButton {who} {
- if {$who == "defaut"} {
+ if {$who == "defau
l
t"} {
set ::state(timeFormat) $::state(timeFormatDefault)
} elseif {$who == "ok"} {
destroy .tf