]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stdpaths.h
Update configuration for OpenVMS
[wxWidgets.git] / include / wx / stdpaths.h
index 999720d3ac0b26190b96a2bd0619392d215bca5e..813c50c5b863fa56977e82657bb2e61926913ff7 100644 (file)
@@ -127,7 +127,7 @@ public:
 
     // return the "Documents" directory for the current user
     //
-    // C:\Documents and Settings\username\Documents under Windows,
+    // C:\Documents and Settings\username\My Documents under Windows,
     // $HOME under Unix and ~/Documents under Mac
     virtual wxString GetDocumentsDir() const;
 
@@ -169,7 +169,7 @@ protected:
         #define wxHAS_NATIVE_STDPATHS
     // We want CoreFoundation paths on both CarbonLib and Darwin (for all ports)
     #elif defined(__WXMAC__) || defined(__DARWIN__)
-        #include "wx/mac/corefoundation/stdpaths.h"
+        #include "wx/osx/core/stdpaths.h"
         #define wxHAS_NATIVE_STDPATHS
     #elif defined(__OS2__)
         #include "wx/os2/stdpaths.h"