Replace hardspaces with spaces in the ToolTip.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rich
					Rich