File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 315315 </proc >
316316 <proc n =' GetFilesValues' args =' args' >
317317 <![CDATA[
318- return [spdAux::ProcGetFilesValues]
318+ return [spdAux::ProcGetFilesValues $domNode ]
319319 ]]>
320320 </proc >
321321
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ proc Kratos::CreatePreprocessModelTBar { {type "DEFAULT INSIDELEFT"} } {
4343 Kratos::ToolbarAddItem " Stop" " stop.png" {Utilities CancelProcess} [= " Cancel process" ]
4444 Kratos::ToolbarAddItem " SpacerApp1" " " " " " "
4545 if {[info exists kratos_private(UseFiles)] && $kratos_private(UseFiles) == 1} {
46- Kratos::ToolbarAddItem " Files" " files.png" [list -np- ::Examples::StartWindow [apps::getActiveAppId] ] [= " File handler window" ]
46+ Kratos::ToolbarAddItem " Files" " files.png" [list -np- spdAux::LaunchFileWindow ] [= " File handler window" ]
4747 }
4848 Kratos::ToolbarAddItem " Examples" " losta.png" [list -np- ::Examples::StartWindow [apps::getActiveAppId]] [= " Examples window" ]
4949 Kratos::ToolbarAddItem " SpacerApp2" " " " " " "
You can’t perform that action at this time.
0 commit comments