]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/textctrl.cpp
fixes for mouse handling on 10.2 systems
[wxWidgets.git] / src / mac / carbon / textctrl.cpp
index 96c3cc2477058071d681d278baa033dc807a078a..a522f2e9e9edba7926bf7663970a27cbe77dd467 100644 (file)
@@ -1912,7 +1912,7 @@ void wxTextCtrl::OnChar(wxKeyEvent& event)
                    }
                 }
 
-                // this will make wxWindows eat the ENTER key so that
+                // this will make wxWidgets eat the ENTER key so that
                 // we actually prevent line wrapping in a single line
                 // text control
                 eat_key = TRUE;