фикс тулбара для уникода

git-svn-id: https://svn.code.sf.net/p/kolmck/code@20 91bb2d04-0c0c-4d2d-88a5-bbb6f4c1fa07
This commit is contained in:
dkolmck 2009-08-31 06:43:56 +00:00
parent 2ab8b39ada
commit 17011970db

View File

@ -8609,7 +8609,7 @@ begin
end;
if Result <> '' then
if Result[ 1 ] <> '''' then
Result := 'PChar( ' + Result + ' )';
Result := 'PKOLChar( ' + Result + ' )';
end;
function P_PCharStringConstant( Sender: TObject; const Propname, Value: String ): String;