dabo Commit
Revision 6129
Date: 2010-10-22 06:05:43 -0700 (Fri, 22 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6129

Changed:
U   trunk/dabo/ui/dialogs/about.py

Log:
Found a reference to the deprecated 'ShowColumnLabels' property, and updated it 
to 'ShowHeaders'.


Diff:
Modified: trunk/dabo/ui/dialogs/about.py
===================================================================
--- trunk/dabo/ui/dialogs/about.py      2010-10-22 13:03:07 UTC (rev 6128)
+++ trunk/dabo/ui/dialogs/about.py      2010-10-22 13:05:43 UTC (rev 6129)
@@ -36,7 +36,7 @@
                sz.append(pnlHead, 0, "x")
 
                eg = dabo.ui.dGrid(pnlBack, DataSet=self.getInfoDataSet(),
-                               ShowColumnLabels=False, ShowCellBorders=False,
+                               ShowHeaders=False, ShowCellBorders=False,
                                CellHighlightWidth=0)
                eg.addColumn(dabo.ui.dColumn(eg, Name="Name", DataField="name",
                                Sortable=False, Searchable=False, 
HorizontalAlignment="Right"))



_______________________________________________
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