dabo Commit
Revision 6171
Date: 2010-10-26 18:05:02 -0700 (Tue, 26 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6171

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

Log:
Fixed a typo in the docstring

Diff:
Modified: trunk/dabo/ui/uiwx/dDialog.py
===================================================================
--- trunk/dabo/ui/uiwx/dDialog.py       2010-10-27 00:33:41 UTC (rev 6170)
+++ trunk/dabo/ui/uiwx/dDialog.py       2010-10-27 01:05:02 UTC (rev 6171)
@@ -238,7 +238,7 @@
        you must specify them all; in other words, OK is only assumed if 
nothing is specified.
        Then add your custom controls in the addControls() hook method, and 
respond to
        the pressing of the standard buttons in the run*() handlers, where * is 
the name of the
-       associated property (e.g., runOK(), runOo(), etc.). You can query the 
Accepted property
+       associated property (e.g., runOK(), runNo(), etc.). You can query the 
Accepted property
        to find out if the user pressed "OK" or "Yes"; if neither of these was 
pressed,
        Accepted will be False.
        """



_______________________________________________
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