The names of the online contacts are cut to 17 letters by default.
To show the full length (the table is wide enough) find:
Code:
AB_=fixName(H_(i).FriendlyName,17)
It is in line 140
Replace it with:
Code:
AB_=fixName(H_(i).FriendlyName,130)
130 signs is the maximum length of a name in MSN Messenger!
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::
All updates are included in version 1.1 which replaced the old version.
Zip file is updated