# HG changeset patch
# User Laurent Bessard
# Date 1347224347 -7200
# Node ID b7477ba593baac9ef401c94559918a0880ba268c
# Parent  37d603e91a438ba3948c8df23444f81b57e212ea
Fix bug variable entries table column headers not translated

diff -r 37d603e91a43 -r b7477ba593ba etherlab/ConfigEditor.py
--- a/etherlab/ConfigEditor.py	Fri Sep 07 18:30:35 2012 +0200
+++ b/etherlab/ConfigEditor.py	Sun Sep 09 22:59:07 2012 +0200
@@ -160,7 +160,7 @@
                                               [wx.ALIGN_RIGHT, wx.ALIGN_LEFT, wx.ALIGN_RIGHT, 
                                                wx.ALIGN_RIGHT, wx.ALIGN_LEFT, wx.ALIGN_RIGHT, 
                                                wx.ALIGN_LEFT, wx.ALIGN_LEFT]):
-            self.VariablesGrid.AddColumn(colname, colsize, colalign)
+            self.VariablesGrid.AddColumn(_(colname), colsize, colalign)
         self.VariablesGrid.SetMainColumn(1)
     
     def GetBufferState(self):