X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffreenet%2Fintroductionpuzzleinserter.cpp;h=fef42f13ea59eb3758983724972eea8e36bcbd3c;hb=f60495a029c54358f82956482fe203fe2b7b5b23;hp=1b5b64f359b09b15680ecd282d32f581fbd7891f;hpb=b9c3763a932cebaa015a27fe111017f6f34dfbaa;p=fms.git diff --git a/src/freenet/introductionpuzzleinserter.cpp b/src/freenet/introductionpuzzleinserter.cpp index 1b5b64f..fef42f1 100644 --- a/src/freenet/introductionpuzzleinserter.cpp +++ b/src/freenet/introductionpuzzleinserter.cpp @@ -230,7 +230,7 @@ void IntroductionPuzzleInserter::StartInsert(const long localidentityid) xml.SetType("captcha"); xml.SetUUID(uuid.Generate()); xml.SetPuzzleData(encodedpuzzle); - xml.SetMimeType("bitmap/image"); + xml.SetMimeType("image/bmp"); xmldata=xml.GetXML(); StringFunctions::Convert(xmldata.size(),xmldatasizestr);