dabo Commit
Revision 4983
Date: 2009-01-27 06:41:32 -0800 (Tue, 27 Jan 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/4983

Changed:
U   trunk/ide/CxnEditor.py

Log:
Fixed a missing comma in the Open Connection menu call.


Diff:
Modified: trunk/ide/CxnEditor.py
===================================================================
--- trunk/ide/CxnEditor.py      2009-01-26 22:18:58 UTC (rev 4982)
+++ trunk/ide/CxnEditor.py      2009-01-27 14:41:32 UTC (rev 4983)
@@ -44,7 +44,7 @@
                fm = mb.getMenu("base_file")
                fm.prepend(_("Open Connection File..."),
                                HotKey="Ctrl+O",
-                               OnHit=self.onOpenFile
+                               OnHit=self.onOpenFile,
                                ItemID="file_open",
                                help=_("Open an existing connection file"))
        



_______________________________________________
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