]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/nplugin/src/npframe.cpp
added and documented SplitVolume() and GetPathTerminators(); corrected SetPath()...
[wxWidgets.git] / utils / nplugin / src / npframe.cpp
index 2e050c174b6cb6364124b3678be81afb963038e0..47401b59b95763a706d2ec61120df2964ab644da 100644 (file)
@@ -93,7 +93,7 @@ void wxPluginFrame::GetClientSize(int *x, int *y) const
 }
 
 // Set the client size (i.e. leave the calculation of borders etc.
-// to wxWindows)
+// to wxWidgets)
 void wxPluginFrame::SetClientSize(const int width, const int height)
 {
     if ( !m_hWnd )