- Timestamp:
- Feb 28, 2016, 4:05:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/map.tcl
r6071 r6076 942 942 #puts stderr "Prop: \"$key\" Val: \"$info($key)\"" 943 943 if {[isFileProp $key]} { 944 lappend files $info($key)944 lappend files [string trim $info($key) "\""] 945 945 } 946 946 }
Note: See TracChangeset
for help on using the changeset viewer.