dabo Commit
Revision 4368
Date: 2008-08-06 14:44:32 -0700 (Wed, 06 Aug 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4368
Changed:
U trunk/dabo/ui/uiwx/dEditor.py
Log:
Fixed typo in error string.
Diff:
Modified: trunk/dabo/ui/uiwx/dEditor.py
===================================================================
--- trunk/dabo/ui/uiwx/dEditor.py 2008-08-06 20:07:03 UTC (rev 4367)
+++ trunk/dabo/ui/uiwx/dEditor.py 2008-08-06 21:44:32 UTC (rev 4368)
@@ -1978,7 +1978,7 @@
self.ConvertEOLs(stc.STC_EOL_CR)
self._eolMode = "CR"
else:
- raise ValueError, "EOLMode value must be either
'LFCR', 'LF', or 'CR'"
+ raise ValueError, "EOLMode value must be either
'CRLF', 'LF', or 'CR'"
else:
self._properties["EOLMode"] = val
_______________________________________________
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]