Changeset 1055 for trunk/guitools/shared/smbtree.vrs
- Timestamp:
- Jun 12, 2018, 5:01:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/guitools/shared/smbtree.vrs
r1053 r1055 727 727 StatusWText = arg(1) 728 728 if VRIsValidObject("DT_STATUSBAR") then do 729 if VRGet("DT_STATUSBAR","BACKCOLOR") <> "<defaul>" then ok = VRSet("DT_STATUSBAR","BACKCOLOR","<default>") 729 730 if left(StatusWText,1) = "+" then do 730 731 ok = VRSet("DT_STATUSBAR","Caption", VRGet("DT_STATUSBAR","Caption")||substr(StatusWText,2))
Note:
See TracChangeset
for help on using the changeset viewer.