We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4709558 commit d3682d1Copy full SHA for d3682d1
2 files changed
kratos.gid/apps/Buoyancy/start.tcl
@@ -41,7 +41,7 @@ proc ::Buoyancy::LoadMyFiles { } {
41
variable id
42
variable dir
43
44
- uplevel #0 [list source [file join $dir xml GetFromXML.tcl]]
+ uplevel #0 [list source [file join $dir xml XmlController.tcl]]
45
uplevel #0 [list source [file join $dir write write.tcl]]
46
uplevel #0 [list source [file join $dir write writeProjectParameters.tcl]]
47
if {[apps::getActiveAppId] eq $id} {
…tos.gid/apps/Buoyancy/xml/GetFromXML.tcl ….gid/apps/Buoyancy/xml/XmlController.tclkratos.gid/apps/Buoyancy/xml/GetFromXML.tcl renamed to kratos.gid/apps/Buoyancy/xml/XmlController.tcl
0 commit comments