Sorry, forgot to CC.<br>
<div class="gmail_quote"><br><br><div class="gmail_quote">2010/6/17 
André Hentschel <span dir="ltr">&lt;<a href="mailto:nerv@dawncrow.de" target="_blank">nerv@dawncrow.de</a>&gt;</span><div class="im"><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>Try editing the rc files directly, it is not that hard.<br>
also you might want to change some sizes(when text is wrapped in your 
rebuild version of winecfg), that is also done in the rc files...<br>
<font color="#888888"><br>
--<br>
<br>
Best Regards, André Hentschel<br>
</font></blockquote></div></div><br>No that you mentioned it, it looks 
like po2rc is buggy as well. The entries in the .rc file generated 
sometimes are repeated.<br><br>For example:<br><br>    GROUPBOX    &quot; 
&amp;Resolução da Tela &quot;,IDC_STATIC,8,95,244,49<br>
    [...]<br><br>    GROUPBOX    &quot; &amp;Resolução da Tela 
&quot;,IDC_STATIC,8,151,244,63<br>    [...]<br><br><br>While it should 
actually be<br><br>    GROUPBOX    &quot; Direct3D &quot;,IDC_STATIC,8,95,244,49<br>   
 [...]<br>
<br>    GROUPBOX    &quot; &amp;Resolução da Tela &quot;,IDC_STATIC,8,151,244,63<br>   
 [...]<br><br><br>I double checked the .po file, and it translates 
Direct3D as Direct3D.<br><br>I&#39;ll edit the .rc files directly :/<br>
</div><br><br><div class="gmail_quote">Em 17 de junho de 2010 18:12, Michael Stefaniuc <span dir="ltr">&lt;<a href="mailto:mstefani@redhat.com">mstefani@redhat.com</a>&gt;</span> escreveu:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello Gustavo,<div class="im"><br>
If you prefer PO files please let Paul and I know and we can try (there are other bugs in rc2po) to provide them to you.<br></div></blockquote><div><br>Well, nevermind, I can edit .rc files directly.</div></div><br>I&#39;ve already finished translating the winecfg, now I&#39;m going to test it. I&#39;ll send the patches once I&#39;m done.<br>