I found what was wrong.
In the skininfo.xml there is
code:
<AboutIds>
<AboutId Language="en-us">AboutWnd</AboutId>
<AboutId Language="en-us">About</AboutId>
</AboutIds>
the second AboutId language shouldn't be there.
code:
<AboutIds>
<AboutId Language="en-us">AboutWnd</AboutId>
</AboutIds>
Works