Merge branch 'master' into tabsspaces

This commit is contained in:
Kirill Osenkov 2015-12-09 17:11:10 -08:00
commit 1b898bd57e
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ namespace OpenLiveWriter.BlogClient.Clients
"UploadPic.Meta.Filename", uploadContext.FormatFileName(uploadContext.PreferredFileName),
"UploadPic.Gallery._size", "1",
"UploadPic.Gallery.0.GalName", ApplicationEnvironment.ProductName,
"UploadPic.Gallery.0.GalSec", "0");
"UploadPic.Gallery.0.GalSec", "255");
}
XmlNode picUrlNode = doc.SelectSingleNode("/FBResponse/UploadPicResponse/URL");