Ignore:
Timestamp:
Jan 26, 2010, 7:55:26 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: Fix for Ticket #122 (EVFSGUI, SmbMon)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/shared/smbtree.vrs

    r361 r393  
    6969                parse var smbtreeline.sl '\\'machine'\'share '09'x comment
    7070                machine = strip(machine)
    71                 share   = left(strip(share),10)
     71                share   = strip(share)
    7272                comment = strip(comment)
    7373                text = translate(share' 'comment)
     
    8383                smbtreeline.sl = strip(smbtreeline.sl,,'09'x)
    8484                parse var smbtreeline.sl '\\'machine '0909'x comment
    85                 machine = left(strip(machine),13)
     85                machine = strip(machine)
    8686                comment = strip(comment)
    8787                if VRGet("CN_smbtree","View") = "IconTree" then parent = smbtree.!workgroup; else parent = ""
Note: See TracChangeset for help on using the changeset viewer.