Pcbnew: fixed bug 2960364

This commit is contained in:
charras 2010-03-02 11:54:11 +00:00
parent bf841d6f2f
commit 738be4e805
2 changed files with 2 additions and 6 deletions

View File

@ -3,10 +3,6 @@
* this is the wxTreeCtrl that shows a Kicad tree project files
*/
#ifdef KICAD_PYTHON
#include <pyhandler.h>
#endif
#include "fctsys.h"
#include "common.h"
#include "bitmaps.h"

View File

@ -108,8 +108,8 @@ DIALOG_DESIGN_RULES::DIALOG_DESIGN_RULES( WinEDA_PcbFrame* parent ) :
column0.Clear();
column1.Clear();
column0.SetImage( -1 );
column1.SetImage( -1 );
column0.SetMask(wxLIST_MASK_TEXT);
column1.SetMask(wxLIST_MASK_TEXT);
column0.SetText( _( "Net" ) );
column1.SetText( _( "Class" ) );