diff --git a/ng/menustat.tcl b/ng/menustat.tcl index 228564f6..807ec2d5 100644 --- a/ng/menustat.tcl +++ b/ng/menustat.tcl @@ -817,7 +817,7 @@ menu .ngmenu.help .ngmenu.help add command -label "About..." \ -command { -tk_messageBox -message "This is NETGEN \n mainly written by \n Joachim Sch�erl \n thanks to \n R. Gaisbauer, J. Gerstmayr" +tk_messageBox -message "This is NETGEN \nmainly written by \nJoachim Schöberl \nthanks to \nRobert Gaisbauer, Johannes Gerstmayr, Philippose Rajan" } # tk_menuBar .mbar .mbar.file .mbar.mesh .mbar.test .mbar.help diff --git a/ng/ng.tcl b/ng/ng.tcl index eabe23bc..45ccfccf 100644 --- a/ng/ng.tcl +++ b/ng/ng.tcl @@ -229,7 +229,7 @@ if { $stereo == "defined" } { } -catch { source ${ngdir}/ngsolve.tcl } +# catch { source ${ngdir}/ngsolve.tcl } set scriptfilename [Ng_GetCommandLineParameter script]