]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/app.h
Fix the type of global font constants in the documentation.
[wxWidgets.git] / interface / wx / app.h
index 82bffae0a3bfc193cd113b7ed26b47fe9a0d48b1..ac102dd5ae0f84118f801e87ae48fd5f84bddbc3 100644 (file)
@@ -635,7 +635,7 @@ public:
 
     /**
         Get display mode that is used use. This is only used in framebuffer
-        wxWidgets ports (such as wxMGL or wxDFB).
+        wxWidgets ports such as wxDFB.
     */
     virtual wxVideoMode GetDisplayMode() const;
 
@@ -727,7 +727,7 @@ public:
 
     /**
         Set display mode to use. This is only used in framebuffer wxWidgets
-        ports (such as wxMGL or wxDFB).
+        ports such as wxDFB.
     */
     virtual bool SetDisplayMode(const wxVideoMode& info);