Tooltip caption wrong on 0.7.3
Status: Beta
Brought to you by:
aavelar
The tooltip caption is always taken from the "Caption"
field, and not from the "CaptionTip" field.
The problem is in the file:
DesktopIconConfig.cpp line 56
should change
from:
captionTip = table.Query("ToolTip.Caption");
to:
captionTip = table.Query("CaptionTip");
Logged In: YES
user_id=1073934
thanks. It's was fixed in the new version 0.7.4.
Many others features and changes, too.
Regards and download the new version.