--- a/plugins/c_ext/CFileEditor.py Mon Jan 09 18:18:43 2012 +0100
+++ b/plugins/c_ext/CFileEditor.py Tue Jan 17 22:49:30 2012 +0100
@@ -474,7 +474,7 @@
for col in range(self.GetNumberCols()):
- colname = self.GetColLabelValue(col)
+ colname = self.GetColLabelValue(col, False) editor = wx.grid.GridCellTextEditor()