]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/apptrait.h
many formatting fixes to wxSizer docs
[wxWidgets.git] / interface / apptrait.h
index 6089c80cff640abaac676c0ded23f9314eedf715..0522911b07765c35824e4b214c8c4d755ef8f856 100644 (file)
@@ -43,7 +43,10 @@ public:
     virtual wxFontMapper* CreateFontMapper();
 
     /**
-        Creates the default log target for the application.
+        Creates a wxLog class for the application to use for logging errors.
+        The default implementation returns a new wxLogGui class.
+
+        @see wxLog
     */
     virtual wxLog* CreateLogTarget();
 
@@ -76,7 +79,7 @@ public:
         It's normally the same for wxBase and wxGUI except in the case of wxMac
         and wxCocoa.
     */
-    virtual wxStandardPaths GetStandardPaths();
+    virtual wxStandardPaths& GetStandardPaths();
 
     /**
         Returns the wxWidgets port ID used by the running program and eventually