X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3851e4791876cf3ccfb52101923e901f7c97c200..ac3c86ee7ddab0a1a5f025fb98ce9b992db84623:/src/gtk1/frame.cpp diff --git a/src/gtk1/frame.cpp b/src/gtk1/frame.cpp index 45d8071cdc..b6abf6f26b 100644 --- a/src/gtk1/frame.cpp +++ b/src/gtk1/frame.cpp @@ -150,7 +150,7 @@ static void gtk_toolbar_detached_callback( GtkWidget *WXUNUSED(widget), GtkWidge /* 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 wxInsertChildInFrame( wxFrame* parent, wxWindow* child )