X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/596f1d1160c9d413dc7725676297354e24ceffbc..b3900fb51a62b416526e36bba8002e3dc05eba28:/include/wx/gtk1/window.h diff --git a/include/wx/gtk1/window.h b/include/wx/gtk1/window.h index f5c690f5bc..de52035835 100644 --- a/include/wx/gtk1/window.h +++ b/include/wx/gtk1/window.h @@ -201,7 +201,7 @@ public: // see the docs in src/gtk/window.cpp GtkWidget *m_widget; // mostly the widget seen by the rest of GTK - GtkWidget *m_wxwindow; // mostly the client area as per wxWindows + GtkWidget *m_wxwindow; // mostly the client area as per wxWidgets // this widget will be queried for GTK's focus events GtkWidget *m_focusWidget; @@ -210,7 +210,7 @@ public: GtkIMMulticontext *m_imContext; #else #if HAVE_XIM - // XIM support for wxWindows + // XIM support for wxWidgets GdkIC *m_ic; GdkICAttr *m_icattr; #endif