dabo Commit
Revision 6154
Date: 2010-10-24 13:59:07 -0700 (Sun, 24 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6154

Changed:
U   trunk/dabo/ui/uiwx/dMenuBar.py

Log:
Corrected a typo in the comments

Diff:
Modified: trunk/dabo/ui/uiwx/dMenuBar.py
===================================================================
--- trunk/dabo/ui/uiwx/dMenuBar.py      2010-10-24 18:13:21 UTC (rev 6153)
+++ trunk/dabo/ui/uiwx/dMenuBar.py      2010-10-24 20:59:07 UTC (rev 6154)
@@ -48,7 +48,7 @@
 
        def appendMenu(self, menu):
                """Inserts a dMenu at the end of the dMenuBar, and returns the
-               reference to the that menu."""
+               reference to that menu."""
                ok = self.Append(menu, menu.Caption)
                if ok:
                        menu.Parent = self



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to