Update onetcl.cpp

This commit is contained in:
Matthias Hochsteger 2018-10-30 10:52:10 +01:00
parent 81a577031e
commit 944bedf2ac

View File

@ -2687,7 +2687,7 @@ const char * ngscript[] = {""
,"frame $w.face -borderwidth 3\n" ,"frame $w.face -borderwidth 3\n"
,"pack $w.face -fill x -padx 5\n" ,"pack $w.face -fill x -padx 5\n"
,"ttk::label $w.face.lab -text \"face index:\"\n" ,"ttk::label $w.face.lab -text \"face index:\"\n"
,"ttk::label $w.face.ent -text 1 -padx 4\n" ,"ttk::label $w.face.ent -text 1\n"
,"ttk::button $w.face.next -text \"next\" -command {\n" ,"ttk::button $w.face.next -text \"next\" -command {\n"
,"set w .surfacemeshsize_dlg;\n" ,"set w .surfacemeshsize_dlg;\n"
,"set facenr [$w.face.ent cget -text]\n" ,"set facenr [$w.face.ent cget -text]\n"