dabo Commit
Revision 4763
Date: 2008-12-03 14:37:47 -0800 (Wed, 03 Dec 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4763

Changed:
U   trunk/ide/wizards/AppWizard/AppWizard.py

Log:
Fixed bug which would cause a traceback when the user didn't select
any tables.


Diff:
Modified: trunk/ide/wizards/AppWizard/AppWizard.py
===================================================================
--- trunk/ide/wizards/AppWizard/AppWizard.py    2008-12-03 17:07:01 UTC (rev 
4762)
+++ trunk/ide/wizards/AppWizard/AppWizard.py    2008-12-03 22:37:47 UTC (rev 
4763)
@@ -388,7 +388,7 @@
                        if not self.Form.selectedTables:
                                dabo.ui.stop(_("No tables were selected. " + 
                                                "Please select the tables you 
want to include in your application"), 
-                                               Caption=_("No Tables Selected"))
+                                               title=_("No Tables Selected"))
                                return False            
                        self.fillFieldDict()
                return True




_______________________________________________
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