]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mimetype.cpp
recognize ESC[APE] in menu accel strings (patch 733967)
[wxWidgets.git] / src / msw / mimetype.cpp
index bc4e634a05b4e0dfae36007013f7a9897aa07bcc..6ce8557e4e73a35aa9ddc3c80bdf1c5ca339d0a3 100644 (file)
@@ -368,6 +368,7 @@ bool wxFileTypeImpl::GetIcon(wxIcon *icon,
             int nIndex = wxAtoi(strIndex);
 
             HICON hIcon = ExtractIcon(GetModuleHandle(NULL), strExpPath, nIndex);
             int nIndex = wxAtoi(strIndex);
 
             HICON hIcon = ExtractIcon(GetModuleHandle(NULL), strExpPath, nIndex);
+
             switch ( (int)hIcon ) {
                 case 0: // means no icons were found
                 case 1: // means no such file or it wasn't a DLL/EXE/OCX/ICO/...
             switch ( (int)hIcon ) {
                 case 0: // means no icons were found
                 case 1: // means no such file or it wasn't a DLL/EXE/OCX/ICO/...