need catches for batchmode

This commit is contained in:
Joachim Schöberl 2016-02-09 22:25:59 +01:00
parent 8ee21da632
commit 7f8818b8f1

View File

@ -85,14 +85,14 @@ source ${ngdir}/variables.tcl
source ${ngdir}/parameters.tcl
if { $batchmode != "defined" } {
# catch {
catch {
source ${ngdir}/menustat.tcl
# }
}
}
# catch {
catch {
source ${ngdir}/dialog.tcl
# }
}
catch {
source ${ngdir}/drawing.tcl