kicad_curl.cpp: fix a compil warning on Windows (regression)

pcb_calculator: fix incorrect formulas shown in attenuators panel. Png files are no more used, and formulas are now html doc files.
This commit is contained in:
jean-pierre charras
2016-01-16 15:27:42 +01:00
parent bc614a5e0b
commit 6155cba077
29 changed files with 438 additions and 1184 deletions
+1
View File
@@ -542,6 +542,7 @@ void GITHUB_PLUGIN::remoteGetZip( const wxString& aRepoURL ) throw( IO_ERROR )
catch( const IO_ERROR& ioe )
{
// https "GET" has faild, report this to API caller.
// Note: kcurl.Perform() does not return an error if the file to download is not found
UTF8 fmt( _( "%s\nCannot get/download Zip archive: '%s'\nfor library path: '%s'.\nReason: '%s'" ) );
std::string msg = StrPrintf( fmt.c_str(),