dabo Commit
Revision 6220
Date: 2010-11-26 07:08:52 -0800 (Fri, 26 Nov 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6220

Changed:
U   trunk/ide/ClassDesignerControlMixin.py

Log:
Fixed typo.


Diff:
Modified: trunk/ide/ClassDesignerControlMixin.py
===================================================================
--- trunk/ide/ClassDesignerControlMixin.py      2010-11-26 14:57:02 UTC (rev 
6219)
+++ trunk/ide/ClassDesignerControlMixin.py      2010-11-26 15:08:52 UTC (rev 
6220)
@@ -63,7 +63,7 @@
                                self._propDefaults[prop] = getattr(self, prop)
                        except StandardError, e:
                                nm = self.Name
-                               dabo.log.error(_("Could not set default prop 
value: object: %(nm)s; property: %(prop); error: %(e)s")
+                               dabo.log.error(_("Could not set default prop 
value: object: %(nm)s; property: %(prop)s; error: %(e)s")
                                                % locals())
                # Update bindings; do control-specific things.
                if isinstance(self, dui.dGrid):



_______________________________________________
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