Skip to content

Commit

Permalink
Added default value for 'market' field.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Aug 18, 2010
1 parent 49ee1ee commit 1aefe78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bing/microsoft.bing.image.xml
Expand Up @@ -18,7 +18,7 @@
<key id="appid" type="xs:string" private="true" default="5061CD1C64F6015A128E51FE1FDFDC3B18D0610A" paramType="query"/>
<key id="sources" type="xs:string" paramType="query" const="true" default="image"/>
<key id="query" type="xs:string" required="true" paramType="query"/>
<key id="market" type="xs:string" required="false" paramType="query"/>
<key id="market" type="xs:string" required="false" paramType="query" default="en-US"/>
</inputs>
</select>
</bindings>
Expand Down
2 changes: 1 addition & 1 deletion bing/microsoft.bing.web.xml
Expand Up @@ -19,7 +19,7 @@
<key id="appid" private="true" type="xs:string" default="5061CD1C64F6015A128E51FE1FDFDC3B18D0610A" paramType="query"/>
<key id="sources" type="xs:string" paramType="query" const="true" default="web"/>
<key id="query" type="xs:string" required="true" paramType="query"/>
<key id="market" type="xs:string" required="false" paramType="query"/>
<key id="market" type="xs:string" required="false" paramType="query" default="en-US"/>
</inputs>
</select>
</bindings>
Expand Down

0 comments on commit 1aefe78

Please sign in to comment.