dabo Commit
Revision 3085
Date: 2007-04-24 12:26:02 -0700 (Tue, 24 Apr 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3085
Changed:
U trunk/dabo/ui/dDataControlMixinBase.py
Log:
Wrong version posted earlier; this one includes the localized string and its
argument.
Diff:
Modified: trunk/dabo/ui/dDataControlMixinBase.py
===================================================================
--- trunk/dabo/ui/dDataControlMixinBase.py 2007-04-24 19:09:50 UTC (rev
3084)
+++ trunk/dabo/ui/dDataControlMixinBase.py 2007-04-24 19:26:02 UTC (rev
3085)
@@ -398,7 +398,7 @@
self._srcIsInstanceMethod = False
if not isinstance(ds, dObject):
# Warn about possible
unsupported behavior.
- dabo.infoLog.write("DataSource
'%s' does not inherit from dObject. This may result in unsupported problems.")
+
dabo.infoLog.write(_("DataSource '%s' does not inherit from dObject. This may
result in unsupported problems.") % ds)
return self.__src
_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]