From cb5b0d6691cb024fa80109c021484307eb2fac40 Mon Sep 17 00:00:00 2001 From: maxim Date: Wed, 12 Jun 2013 11:07:39 +0000 Subject: [PATCH] IDEIntf: do not substitute ampersand with underscore in Object Inspector. Patch by Do-wan Kim, bug #24585 git-svn-id: trunk@41689 - --- components/ideintf/propedits.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ideintf/propedits.pp b/components/ideintf/propedits.pp index a38f7642e6..b30275378f 100644 --- a/components/ideintf/propedits.pp +++ b/components/ideintf/propedits.pp @@ -2930,7 +2930,7 @@ begin Layout := tlCenter; Opaque := False; Clipping := True; - ShowPrefix := True; + ShowPrefix := False; WordBreak := False; SingleLine := True; ExpandTabs := True;