* patch from AlbercikCD

git-svn-id: trunk@11842 -
This commit is contained in:
marc 2007-08-21 22:09:32 +00:00
parent ce4bd7e89a
commit 6f6c4d5503

View File

@ -2228,8 +2228,7 @@ function TPropertyEditor.GetHint(HintType: TPropEditHint; x, y: integer
var
TypeHint: String;
begin
Result:=GetName
+#13+oisValue+GetVisualValue;
Result := GetName + #13 + oisValue + ' ' + GetVisualValue;
case GetPropType^.Kind of
tkInteger : TypeHint:=oisInteger;
tkInt64 : TypeHint:=oisInt64;