]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/popupwin.cpp
compilation warning fix
[wxWidgets.git] / src / gtk / popupwin.cpp
index 4c6a9f8cbca8b894f65cd035f1833e94af534ea2..58471540180d2841beda5846cf6bc088c978f856 100644 (file)
@@ -118,7 +118,7 @@ gtk_dialog_realized_callback( GtkWidget * WXUNUSED(widget), wxPopupWindow *win )
 
 /* Callback for wxFrame. This very strange beast has to be used because
  * C++ has no virtual methods in a constructor. We have to emulate a
- * virtual function here as wxWindows requires different ways to insert
+ * virtual function here as wxWidgets requires different ways to insert
  * a child in container classes. */
 
 static void wxInsertChildInDialog( wxPopupWindow* parent, wxWindow* child )