]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/preferences.h
Update vc10 build file versions to 3.0.0.
[wxWidgets.git] / include / wx / private / preferences.h
index 05ce8f5b1fcfbdc45930728e3b7f9f399ae2609f..8b926450b9f49e3cbfb8ffe2686f59fcad6ae1f0 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxPreferencesEditorImpl declaration.
 // Author:      Vaclav Slavik
 // Created:     2013-02-19
-// RCS-ID:      $Id$
 // Copyright:   (c) 2013 Vaclav Slavik <vslavik@fastmail.fm>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
     #define wxHAS_PREF_EDITOR_NATIVE
 #endif
 
-#if defined(__WXOSX__) || defined(__WXGTK__)
-    #define wxHAS_PREF_EDITOR_MODELESS
-#endif
-
 // ----------------------------------------------------------------------------
 // wxPreferencesEditorImpl: defines wxPreferencesEditor implementation.
 // ----------------------------------------------------------------------------
@@ -29,7 +24,7 @@ class wxPreferencesEditorImpl
 {
 public:
     // This is implemented in a platform-specific way.
-    static wxPreferencesEditorImpl* Create();
+    static wxPreferencesEditorImpl* Create(const wxString& title);
 
     // These methods simply mirror the public wxPreferencesEditor ones.
     virtual void AddPage(wxPreferencesPage* page) = 0;