]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/stdpaths.h
capitalize the application name in GetAppDisplayName() by default; this results in...
[wxWidgets.git] / interface / wx / stdpaths.h
index 8c2769b3c37652eae6b905592be2d649c645219e..f115e5458c7710f88363b8cc5ad768b2d3035e36 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxStandardPaths
-    @wxheader{stdpaths.h}
 
     wxStandardPaths returns the standard locations in the file system and should be
     used by applications to find their data files in a portable way.
     This class is MT-safe: its methods may be called concurrently from different
     threads without additional locking.
 
+    Note that you don't allocate an instance of class wxStandardPaths, but retrieve the 
+    global standard paths object using @c wxStandardPaths::Get on which you call the 
+    desired methods.
+
     @library{wxbase}
     @category{file}