]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/lib/docview.py
removed patch 1373127
[wxWidgets.git] / wxPython / wx / lib / docview.py
index 2ef9db4441bdb39903a97f83cf098b2936b05724..075a3732257542aa6fbc3314d6c240d57e0dde92 100644 (file)
@@ -912,11 +912,11 @@ class View(wx.EvtHandler):
         Call this from your view frame's OnActivate member to tell the
         framework which view is currently active. If your windowing system
         doesn't call OnActivate, you may need to call this function from
-        OnMenuCommand or any place where you know the view must be active, and
+        any place where you know the view must be active, and
         the framework will need to get the current view.
 
         The prepackaged view frame wxDocChildFrame calls wxView.Activate from
-        its OnActivate member and from its OnMenuCommand member.
+        its OnActivate member.
         """
         if self.GetDocument() and self.GetDocumentManager():
             self.OnActivateView(activate, self, self.GetDocumentManager().GetCurrentView())