Skip to content
Snippets Groups Projects
Commit 543453b8 authored by David Flitney's avatar David Flitney
Browse files

*** empty log message ***

parent eeb06366
No related branches found
No related tags found
No related merge requests found
...@@ -154,18 +154,6 @@ proc multiFileSelect:ConstructWidget { w } { ...@@ -154,18 +154,6 @@ proc multiFileSelect:ConstructWidget { w } {
-pattern $data(-pattern) -pattern $data(-pattern)
] ]
# set data(w:file) [ FSLFileEntry $w.frame.f \
# -variable $data(filename) \
# -directory $data(-directory) \
# -label $data(-label) \
# -title "Select file" \
# -width 35 \
# -filterhist VARS(history) ]
# if {$data(-labelwidth) != ""} {
# $w.frame.f configure -width $data(-labelwidth)
# }
frame $w.frame.b frame $w.frame.b
button $w.frame.b.add -text "Add..." -command "$w.browser popup" button $w.frame.b.add -text "Add..." -command "$w.browser popup"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment