Changeset 1084 for trunk/plugins/action_simple.tcl
- Timestamp:
- 08/28/10 19:46:27 (21 months ago)
- File:
-
- 1 edited
-
trunk/plugins/action_simple.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/action_simple.tcl
r726 r1084 20 20 21 21 # now autoload the rest from plugins/action_simple_*.tcl 22 23 set files [glob -nocomplain "$bMotionPlugins/ action_simple_*.tcl"]22 set currentlang $bMotionInfo(language) 23 set files [glob -nocomplain "$bMotionPlugins/$currentlang/action_simple_*.tcl"] 24 24 foreach f $files { 25 25 set count [llength [array names bMotion_plugins_action_simple]]
Note: See TracChangeset
for help on using the changeset viewer.
