]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/textctrl.cpp
corrected link to gettext manual (part of patch 1686335)
[wxWidgets.git] / src / gtk / textctrl.cpp
index 4518dbd7292ff915bafbf51c07b6c9594d23ee51..7c574619e3e887590a8446d3a983383514579b98 100644 (file)
@@ -1288,9 +1288,9 @@ bool wxTextCtrl::Enable( bool enable )
 }
 
 // wxGTK-specific: called recursively by Enable,
-// to give widgets an oppprtunity to correct their colours after they
+// to give widgets an opportunity to correct their colours after they
 // have been changed by Enable
-void wxTextCtrl::OnParentEnable( bool enable )
+void wxTextCtrl::OnEnabled( bool enable )
 {
     // If we have a custom background colour, we use this colour in both
     // disabled and enabled mode, or we end up with a different colour under the