Ansgar Becker <ansgar.becker <at> googlemail.com> writes: > > Hi there, > > I'm Ansgar Becker, the main-author of HeidiSQL. I saw that HeidiSQL is > in your appdb! very cool ;) http://appdb.winehq.org/appview.php?iAppId=3326 > > However, some of the buttons on HeidiSQL's main-toolbar are twisted. I'm > not a C programmer, so I'm a bit lost in Wine... but I can fix it in > HeidiSQL. The only thing is, how to properly detect if I'm running under > Wine? > > Any help would be appreciated! > > Greetings and thanks a lot! > > Ansgar > >
Try run with native comctl32.dll, and if it works ok then , you can be sure it need to be fixed in there, and not in your application. (in case you don't know how: copy comctl32.dll from a windows partition to ~/.wine/drive_c/windows/system32/ and run by WINEDLLOVERRIDES="comctl32=n" wine Heidi.exe)
