]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynload.cpp
WinCE Standard SDK improvements including adding close button
[wxWidgets.git] / src / common / dynload.cpp
index 80d809e528a8abdc857feaa3fc38699c559d39cc..ae3ab34b5021857feddb7aaacd6c89ddd1414abb 100644 (file)
@@ -457,7 +457,7 @@ wxLibrary::wxLibrary(wxDllType handle)
 
     // Some system may use a local heap for library.
     get_first = (t_get_first)GetSymbol(_T("wxGetClassFirst"));
-    // It is a wxWindows DLL.
+    // It is a wxWidgets DLL.
     if (get_first)
         PrepareClasses(get_first());
 }