X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=client.tcl;h=7ef4fdeae17634d2d30e80180b666bc3bfadecb1;hb=52284820cfaee3773182b71bc96fe2e307d9ee49;hp=baad580bb1bb476ad3c7ca06c1177e23ebdc3082;hpb=24c375cc0f3b3201b216eb4c35fadefff8370e53;p=ir-tcl-moved-to-github.git diff --git a/client.tcl b/client.tcl index baad580..7ef4fde 100644 --- a/client.tcl +++ b/client.tcl @@ -4,7 +4,10 @@ # Sebastian Hammer, Adam Dickmeiss # # $Log: client.tcl,v $ -# Revision 1.65 1995-08-24 15:39:09 adam +# Revision 1.66 1995-08-29 15:30:13 adam +# Work on GRS records. +# +# Revision 1.65 1995/08/24 15:39:09 adam # Minor changes. # # Revision 1.64 1995/08/24 15:33:02 adam @@ -331,7 +334,9 @@ proc tkerror err { proc read-formats {} { global displayFormats global libdir - set formats [glob -nocomplain ${libdir}/formats/*.tcl] + if {[catch {set formats [glob -nocomplain ${libdir}/formats/*.tcl]}]} { + set formats ./formats/raw.tcl + } foreach f $formats { if {[file readable $f]} { source $f @@ -3035,6 +3040,9 @@ menu .top.options.m.syntax .top.options.m.syntax add separator .top.options.m.syntax add radiobutton -label "SUTRS" \ -value SUTRS -variable recordSyntax +.top.options.m.syntax add separator +.top.options.m.syntax add radiobutton -label "GRS1" \ + -value GRS1 -variable recordSyntax menubutton .top.help -text "Help" -menu .top.help.m menu .top.help.m