remove dbg message
This commit is contained in:
parent
01764bc929
commit
2bbf967729
|
|
@ -1568,7 +1568,6 @@ proc load_file_dialog {{msg {}} {ext {}} {global_initdir {INITIALINSTDIR}} {init
|
||||||
bind .dialog.buttons_bot.entry <KeyRelease> {
|
bind .dialog.buttons_bot.entry <KeyRelease> {
|
||||||
set globfilter [.dialog.buttons_bot.entry get]
|
set globfilter [.dialog.buttons_bot.entry get]
|
||||||
if { $globfilter eq {} } { set globfilter {*} }
|
if { $globfilter eq {} } { set globfilter {*} }
|
||||||
puts $globfilter
|
|
||||||
setglob $myload_dir1
|
setglob $myload_dir1
|
||||||
}
|
}
|
||||||
radiobutton .dialog.buttons_bot.all -text All -variable globfilter -value {*} \
|
radiobutton .dialog.buttons_bot.all -text All -variable globfilter -value {*} \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue