]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/apptrait.h
Applied #15226 with modifications: wxRichTextCtrl: Implement setting properties with...
[wxWidgets.git] / interface / wx / apptrait.h
index 6251c5623d9fb008ba93adb758d81738ee0a7e25..d4f8ff10d39c0f7bb99a43cb2e615731e06c280f 100644 (file)
@@ -2,8 +2,7 @@
 // Name:        apptrait.h
 // Purpose:     interface of wxAppTraits
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -23,7 +22,7 @@
     implementation of the wxAppTraits interface.
 
     @library{wxbase}
-    @category{appmanagement}
+    @category{cfg}
 
     @see @ref overview_app, wxApp
 */
@@ -97,7 +96,7 @@ public:
         The returned reference is to a @c wxStandardPathsBase class but you
         can consider it to be equivalent to wxStandardPaths (which is documented).
     */
-    virtual wxStandardPathsBase& GetStandardPaths();
+    virtual wxStandardPaths& GetStandardPaths();
 
     /**
         Returns the wxWidgets port ID used by the running program and eventually