git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54450
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxArrayString exts;
exts.Add( ext );
wxArrayString exts;
exts.Add( ext );
- AddToMimeData(mime, wxEmptyString, NULL, exts, wxEmptyString, false );
+ AddToMimeData(mime, wxEmptyString, NULL, exts, wxEmptyString, true );
// Read MIME type - extension associations
LoadXDGGlobs( "/usr/share/mime/globs" );
// Read MIME type - extension associations
LoadXDGGlobs( "/usr/share/mime/globs" );
+ LoadXDGGlobs( "/usr/local/share/mime/globs" );
// Load desktop files for XDG, and then override them with the defaults.
// We will override them one desktop file at a time, rather
// Load desktop files for XDG, and then override them with the defaults.
// We will override them one desktop file at a time, rather