dabo Commit
Revision 4627
Date: 2008-10-31 07:12:26 -0700 (Fri, 31 Oct 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4627
Changed:
U trunk/dabo/ui/uiwx/dDateTextBox.py
Log:
For some reason I commented out the DynamicToolTipText lines. This restores
them.
Diff:
Modified: trunk/dabo/ui/uiwx/dDateTextBox.py
===================================================================
--- trunk/dabo/ui/uiwx/dDateTextBox.py 2008-10-30 15:22:01 UTC (rev 4626)
+++ trunk/dabo/ui/uiwx/dDateTextBox.py 2008-10-31 14:12:26 UTC (rev 4627)
@@ -107,8 +107,8 @@
R : Last Day of yeaR
C: Popup Calendar to Select
""")
-# self.DynamicToolTipText = lambda: {True:
self._defaultToolTipText,
-# False: None}[self.Enabled and not self.ReadOnly]
+ self.DynamicToolTipText = lambda: {True:
self._defaultToolTipText,
+ False: None}[self.Enabled and not self.ReadOnly]
def initEvents(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]