|
|
Re: Question about the gphoto2.ds resources: msg#00628
wine-devel
|
Subject: |
Re: Question about the gphoto2.ds resources |
Humm,
You know I have no idea. I know I used a freeware program called
resource builder to make that dialog and then i think i just pretty much
wholesale used that programs output. It very well may be something that
resource builder put in that I did not catch.
I am sure it can be removed if that is desired.
-aric
Marcus Meissner wrote:
On Thu, Jul 30, 2009 at 10:24:50AM +0200, Marcus Meissner wrote:
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);
Ok, I see you mean the MENU 20545 ... That code is from Aric ;)
Aric?
Ciao, Marcus
|
|