#ifdef __VMS
// XDG tables are never installed on OpenVMS
return;
-#endif
+#else
// Read MIME type - extension associations
LoadXDGGlobs( "/usr/share/mime/globs" );
{
if (textfile.GetLine(i).Find(wxT("=")) != wxNOT_FOUND)
{
- wxString mimeType = textfile.GetVerb(i);
wxString desktopFile = textfile.GetCmd(i);
if (deskTopFilesSeen.Index(desktopFile) == wxNOT_FOUND)
}
}
}
+#endif
}
// clear data so you can read another group of WM files