Question about the gphoto2.ds resources

Marcus Meissner meissner at suse.de
Thu Jul 30 03:24:50 CDT 2009


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%2Fgphoto2.ds&type=5&id=1025&compare=
>
> 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



More information about the wine-devel mailing list