better comment in file_chooser
This commit is contained in:
parent
eb934e6e7d
commit
4692cb0b04
|
|
@ -5431,8 +5431,8 @@ proc file_chooser {} {
|
||||||
}
|
}
|
||||||
balloon .ins.top.editpaths [string cat \
|
balloon .ins.top.editpaths [string cat \
|
||||||
"allows to edit XSCHEM_LIBRARY_PATH.\n" \
|
"allows to edit XSCHEM_LIBRARY_PATH.\n" \
|
||||||
"A hash before a line will comment out the path\n" \
|
"A hash (#) before a line will comment out\n" \
|
||||||
"so it will not be used. You can enable it\n" \
|
"the path so it will not be used. You can enable it\n" \
|
||||||
"later by removing the hash comment character"]
|
"later by removing the hash comment character"]
|
||||||
checkbutton .ins.top.ontop -takefocus 0 -text {Ontop } -variable file_chooser(ontop) \
|
checkbutton .ins.top.ontop -takefocus 0 -text {Ontop } -variable file_chooser(ontop) \
|
||||||
-command {
|
-command {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue