]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/textctrl.cpp
MacReopenApp implementation for restoring top-level window
[wxWidgets.git] / src / mac / classic / textctrl.cpp
index 2b03417c0f4832a98196d66372d7eb4bc145d37a..fb63ab37866c72bf5bcb5555da2c5c5991427953 100644 (file)
@@ -1640,7 +1640,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;