Kicad project manager: add .cmp, .drl .pos and .rpt files management.

Code cleaning and other minor fixes.
This commit is contained in:
jean-pierre charras
2012-02-16 21:03:33 +01:00
parent f8bcc9966d
commit 7a0b449ac3
33 changed files with 396 additions and 96 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ void EDA_BASE_FRAME::GetKicadHelp( wxCommandEvent& event )
wxString tmp = wxGetApp().GetHelpFileName();
// Search for "getting_started_in_kicad.pdf" or "Getting_Started_in_KiCad.pdf"
wxGetApp().GetHelpFileName() = wxT( "getting_started_in_kicad.pdf" );
wxGetApp().SetHelpFileName( wxT( "getting_started_in_kicad.pdf" ) );
wxString helpFile = wxGetApp().GetHelpFile();
if( !helpFile )