Test for KDE and GNOME using session manager vendor.

Use it in mime types initialization.
   Add wxUSE_DETECT_SM


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-10-18 21:55:54 +00:00
parent 0fb2e8796d
commit 88bbc3329b
7 changed files with 919 additions and 382 deletions

View File

@@ -39,6 +39,10 @@ public:
virtual wxStandardPathsBase& GetStandardPaths();
#endif
virtual wxPortId GetToolkitVersion(int *majVer, int *minVer) const;
#ifdef __WXGTK__
virtual wxString GetDesktopEnvironment() const;
#endif
};
#endif // wxUSE_GUI