On Thu, Jul 30, 2009 at 10:17:37AM +0200, Paul Vriens wrote:
Hi Marcus,
I've noticed some strange output with transl:
http://source.winehq.org/transl/resource.php?lang=013%3A00&resfile=dlls%...
When I look at the defined resources for the first dialog I see:
IDD_CAMERAUI DIALOG DISCARDABLE 0, 0, 372, 273 STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Files on Camera" MENU 20545
That MENU however is not defined anywhere.
Can you remember (2006!) why that MENU entry was put in there?
Mind you, I think transl should be able to cope with it, but I'm just checking if that entry can be removed.
I think it is defined, see ui.c:
return DialogBoxW(GPHOTO2_instance, (LPWSTR)MAKEINTRESOURCE(IDD_CAMERAUI),NULL, DialogProc);
Ciao, Marcus