]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/mimetype.cpp
Fixed relaying of wxEVT_MOUSEWHEEL to popup control
[wxWidgets.git] / src / unix / mimetype.cpp
index c9d7bc93adbc7e13ce38764204fecf15170cd8e9..0d9b2bed5531bf35531f958370923ec67aa32d00 100644 (file)
@@ -527,7 +527,7 @@ void wxMimeTypesManagerImpl::Initialize(int mailcapStyles,
 #ifdef __VMS
     // XDG tables are never installed on OpenVMS
     return;
-#endif
+#else
 
     // Read MIME type - extension associations
     LoadXDGGlobs( "/usr/share/mime/globs" );
@@ -626,6 +626,7 @@ void wxMimeTypesManagerImpl::Initialize(int mailcapStyles,
             }
         }
     }
+#endif
 }
 
 // clear data so you can read another group of WM files