2
0
Эх сурвалжийг харах

+ unicode fix

git-svn-id: branches/unicodekvm@48636 -
nickysn 4 жил өмнө
parent
commit
5d3d64b340

+ 1 - 1
packages/fv/src/dialogs.inc

@@ -2695,7 +2695,7 @@ PROCEDURE TMultiCheckBoxes.Draw;
 CONST Button = ' [ ] ';
 BEGIN
    Inherited Draw;
-   DrawMultiBox(Button, States^);                     { Draw the items }
+   DrawMultiBox(Button, States Sw_PString_DeRef);          { Draw the items }
 END;
 
 {--TMultiCheckBoxes---------------------------------------------------------}