IDEIntf: do not substitute ampersand with underscore in Object Inspector. Patch by Do-wan Kim, bug #24585

git-svn-id: trunk@41689 -
This commit is contained in:
maxim 2013-06-12 11:07:39 +00:00
parent 6b891914bc
commit cb5b0d6691

View File

@ -2930,7 +2930,7 @@ begin
Layout := tlCenter;
Opaque := False;
Clipping := True;
ShowPrefix := True;
ShowPrefix := False;
WordBreak := False;
SingleLine := True;
ExpandTabs := True;