[4/6] shdocvw: Add About dialog to IE

Jacek Caban jacek at codeweavers.com
Wed Jul 21 07:45:18 CDT 2010


  On 7/21/10 2:09 PM, Alexander Nicolaysen Sørnes wrote:
> Add About dialog to IE
>
+static void ie_dialog_about(HWND hwnd)

+{
+    HICON icon = LoadImageW(GetModuleHandleW(0), MAKEINTRESOURCEW(IDI_APPICON), IMAGE_ICON, 48, 48, LR_SHARED);
+
+    ShellAboutW(hwnd, wszWineInternetExplorer, NULL, icon);
+}

You leak icon here.


Jacek




More information about the wine-devel mailing list