]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed case typo
authorRobin Dunn <robin@alldunn.com>
Thu, 9 Sep 2004 23:14:24 +0000 (23:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 9 Sep 2004 23:14:24 +0000 (23:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/lib/ogl/_diagram.py

index a89bda3e95b2a620130147fdd2e859cd42cde028..d117a7c6a552007fee4fdc7e4e63c7f875f41b9d 100644 (file)
@@ -84,7 +84,7 @@ class Diagram(object):
         for shape in self._shapeList:
             shape.Show()
 
         for shape in self._shapeList:
             shape.Show()
 
-    def DrawOutLine(self, dc, x1, y1, x2, y2):
+    def DrawOutline(self, dc, x1, y1, x2, y2):
         """Draw an outline rectangle on the current device context."""
         dc.SetPen(wx.Pen(wx.Color(0, 0, 0), 1, wx.DOT))
         dc.SetBrush(wx.TRANSPARENT_BRUSH)
         """Draw an outline rectangle on the current device context."""
         dc.SetPen(wx.Pen(wx.Color(0, 0, 0), 1, wx.DOT))
         dc.SetBrush(wx.TRANSPARENT_BRUSH)