<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head>
<meta http-equiv="cache-control" content="max-age=180,private" />
</head>
<card id="discuz_wml" title="CnPack Forum">
<p>#1 Use Unit / Insert Frame bug<br /><small>Hi all,<br />
There is a problem with uses unit in french BDS2006 (and I supposed other version).<br />
<br />
In function ShowProjectUseUnits(ASelf: TCustomForm): Boolean, the test :<br />
       IsUseUnit := ASelf.Caption = 'Use Unit' always return False.<br />
=&gt; In the french version the caption is 'Utiliser l''unité'.<br />
<br />
I temporary change test with:<br />
    IsUseUnit := (ASelf.Caption = 'Use Unit') or (ASelf.Caption = 'Utiliser l''unité');<br />
and all work fine.<br />
<br />
I suppose there is the same problem with deutch or ..</small><br />
</p>
<p>#1 <a href="index.php?action=thread&amp;tid=1623&amp;start=0&amp;offset=497&amp;sid=JhAY3U">&gt;&gt;Next Page</a><br />
<br />Forum:<a href="index.php?action=forum&amp;fid=25&amp;sid=JhAY3U">CnWizards IDE Wizard ...</a>
<br />Thread:<a href="index.php?action=thread&amp;tid=1623&amp;sid=JhAY3U">Use Unit / Insert Fr ...</a>
<br />Next Thread:<a href="index.php?action=thread&amp;tid=1627&amp;sid=JhAY3U">Delays when running  ...</a>
</p>
<p align="center"><br /><a href="index.php?sid=JhAY3U">Home</a><br />
<a href="index.php?action=login&amp;sid=">Login</a><br /><br />
<small>Powered by Discuz!</small></p>
</card>
</wml>