]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_arc.cpp
fix wrong clear selection (modified patch 1763916)
[wxWidgets.git] / src / common / fs_arc.cpp
index 83092fe39262caf1455118a5e986493075145643..ff639417dd080ec1c23f0b9fe6f96459390b0e05 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "wx/fs_arc.h"
 
 
 #include "wx/fs_arc.h"
 
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
 #endif
     #include "wx/intl.h"
     #include "wx/log.h"
 #endif
@@ -413,7 +413,7 @@ wxFSFile* wxArchiveFSHandler::OpenFile(
 
     return new wxFSFile(s,
                         key + right,
 
     return new wxFSFile(s,
                         key + right,
-                        GetMimeTypeFromExt(location),
+                        wxEmptyString,
                         GetAnchor(location)
 #if wxUSE_DATETIME
                         , entry->GetDateTime()
                         GetAnchor(location)
 #if wxUSE_DATETIME
                         , entry->GetDateTime()