From 69fffc567ae130678b45e05a43072ab212d676bb Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 13 Dec 2011 02:34:25 +0000 Subject: [PATCH] IDE: fixed note git-svn-id: trunk@34143 - --- ide/splash.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ide/splash.pp b/ide/splash.pp index acf41c6bdc..bca0197224 100644 --- a/ide/splash.pp +++ b/ide/splash.pp @@ -76,7 +76,8 @@ const Wordbreak : False; Opaque : False; SystemFont : False; - RightToLeft: False + RightToLeft: False; + EndEllipsis: False; ); VersionFontStyle: TFontStyles = [fsBold]; VersionFontColor: TColor = clBlue;