]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/module.h
CanAcceptFocus() now returns true if either the window itself or one of its children...
[wxWidgets.git] / include / wx / module.h
index a35aab0e5e8418eb2ee041cd7c5db3e8356e9727..1e39f0e0030dc0637a685669cc1152477281975a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        module.h
+// Name:        wx/module.h
 // Purpose:     Modules handling
 // Author:      Wolfram Gloger/adapted by Guilhem Lavaux
 // Modified by:
@@ -85,7 +85,7 @@ private:
     static void DoCleanUpModules(const wxModuleList& modules);
 
 
-    // module dependencies: contains 
+    // module dependencies: contains
     wxArrayClassInfo m_dependencies;
 
     // used internally while initiliazing/cleaning up modules
@@ -101,4 +101,3 @@ private:
 };
 
 #endif // _WX_MODULE_H_
-