Pcbnew: gen drill files code cleanup. Fix minor bug 680558

This commit is contained in:
jean-pierre charras
2010-11-24 16:10:33 +01:00
parent 78a58e04ee
commit 259d9a024c
24 changed files with 1754 additions and 1568 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ WinEDA_ModuleEditFrame::WinEDA_ModuleEditFrame( wxWindow* father,
m_Draw_Sheet_Ref = false; // true to show the frame references
m_Draw_Axis = true; // true to show X and Y axis on screen
m_Draw_Grid_Axis = true; // show the grid origin axis
m_HotkeysZoomAndGridList = s_Module_Editor_Hokeys_Descr;
m_HotkeysZoomAndGridList = g_Module_Editor_Hokeys_Descr;
// Give an icon
SetIcon( wxICON( icon_modedit ) );