Replace hardspaces with spaces in the ToolTip.
This commit is contained in:
parent
4423d7ddf3
commit
79175138f2
@ -2126,7 +2126,7 @@ namespace VEPROMS.CSLA.Library
|
||||
toolTip += string.Format("\r\n(Library Document - {0})\r\n", myDocument.LibTitle);
|
||||
toolTip += myDocument.LibraryDocumentUsage;
|
||||
}
|
||||
return toolTip;
|
||||
return toolTip.Replace('\xA0', ' ');//Replace Hardspace with a space
|
||||
}
|
||||
}
|
||||
public string TabTitle
|
||||
|
Loading…
x
Reference in New Issue
Block a user