diff --git a/kicad/files-io.cpp b/kicad/files-io.cpp index ab8f5c8476..11eb9da57f 100644 --- a/kicad/files-io.cpp +++ b/kicad/files-io.cpp @@ -131,7 +131,7 @@ void KICAD_MANAGER_FRAME::OnArchiveFiles( wxCommandEvent& event ) /* List of file extensions to save. */ static const wxChar* extentionList[] = { wxT( "*.sch" ), wxT( "*.lib" ), wxT( "*.cmp" ), - wxT( "*.brd" ), wxT( "*.kicad_brd" ), + wxT( "*.brd" ), wxT( "*.kicad_pcb" ), wxT( "*.net" ), wxT( "*.pro" ), wxT( "*.pho" ), wxT( "*.py" ), wxT( "*.pdf" ), wxT( "*.txt" ), wxT( "*.dcm" ), NULL diff --git a/packaging/windows/nsis/install.nsi b/packaging/windows/nsis/install.nsi index bbda5ea9c1..ac31bbd7ce 100644 --- a/packaging/windows/nsis/install.nsi +++ b/packaging/windows/nsis/install.nsi @@ -36,7 +36,7 @@ SetCompressor /final /solid lzma CRCCheck force XPStyle on Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "${PRODUCT_NAME}_stable-${PRODUCT_VERSION}-BZR3992_Win_full_version.exe" +OutFile "${PRODUCT_NAME}_stable-${PRODUCT_VERSION}-BZR3993_Win_full_version.exe" InstallDir "$PROGRAMFILES\KiCad" ShowInstDetails hide ShowUnInstDetails hide diff --git a/pcbnew/pcb_parser.cpp b/pcbnew/pcb_parser.cpp index dc9c7ce055..f0749c9881 100644 --- a/pcbnew/pcb_parser.cpp +++ b/pcbnew/pcb_parser.cpp @@ -1016,7 +1016,7 @@ void PCB_PARSER::parseSetup() throw( IO_ERROR, PARSE_ERROR ) // "last_trace_width", "trace_min_width", "via_size", "via_drill", // "via_min_size", and "via_clearance", put those same global // values into the default NETCLASS until later board load - // code should override them. *.kicad_brd files which have been + // code should override them. *.kicad_pcb files which have been // saved with knowledge of NETCLASSes will override these // defaults, old boards will not. //