]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sysopt.h
made wxListbook events more consistent with wxNotebook ones (patch 1001271)
[wxWidgets.git] / include / wx / sysopt.h
index a82a37a12ea050a6d587a5d734c283f86e3f19f8..27d7f1339ee708a21e38d62ca187e5ff52bf946f 100644 (file)
 #if wxUSE_SYSTEM_OPTIONS
 
 // ----------------------------------------------------------------------------
-// Enables an application to influence the wxWindows implementation
+// Enables an application to influence the wxWidgets implementation
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT_BASE wxSystemOptions : public wxObject
+class WXDLLIMPEXP_BASE wxSystemOptions : public wxObject
 {
 public:
     wxSystemOptions() { }
 
-    // User-customizable hints to wxWindows or associated libraries
+    // User-customizable hints to wxWidgets or associated libraries
     // These could also be used to influence GetSystem... calls, indeed
     // to implement SetSystemColour/Font/Metric