dabo Commit
Revision 4153
Date: 2008-06-17 18:14:42 -0700 (Tue, 17 Jun 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4153

Changed:
U   trunk/ide/ClassDesignerEditor.py

Log:
Removed the zero-based comment.


Diff:
Modified: trunk/ide/ClassDesignerEditor.py
===================================================================
--- trunk/ide/ClassDesignerEditor.py    2008-06-18 01:14:08 UTC (rev 4152)
+++ trunk/ide/ClassDesignerEditor.py    2008-06-18 01:14:42 UTC (rev 4153)
@@ -311,7 +311,6 @@
                                num = None
                        if num is not None:
                                num = int(num)
-                               # Numbers are zero-based, so convert for display
                                disp = _("Error: %s\nLine: %s") % (msg, num)
                                ed.LineNumber = num-3
                                ed.showCurrentLine()




_______________________________________________
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