Merge pull request #3231 from tinyboxvk/master

Update custom search URLs - Part 2
This commit is contained in:
Nikolaj Olsson 2018-12-11 23:06:42 +01:00 committed by GitHub
commit b3354b3b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -869,9 +869,9 @@ $HorzAlign = Center
public VideoControlsSettings()
{
CustomSearchText1 = "The Free Dictionary";
CustomSearchUrl1 = "http://www.thefreedictionary.com/{0}";
CustomSearchUrl1 = "https://www.thefreedictionary.com/{0}";
CustomSearchText2 = "Wikipedia";
CustomSearchUrl2 = "http://en.m.wikipedia.org/wiki?search={0}";
CustomSearchUrl2 = "https://en.wikipedia.org/wiki?search={0}";
LastActiveTab = "Translate";
WaveformDrawGrid = true;