Minor fixes

This commit is contained in:
Nikolaj Olsson 2018-12-17 18:08:23 +01:00
parent acc786fa68
commit 2977be7c28
2 changed files with 2 additions and 2 deletions

View File

@ -241,11 +241,10 @@ namespace Nikse.SubtitleEdit.Core
OcrBinaryImageCompareRgbThreshold = 270;
OcrTesseract4RgbThreshold = 200;
Interjections = "Ah;Ahem;Ahh;Ahhh;Ahhhh;Eh;Ehh;Ehhh;Hm;Hmm;Hmmm;Huh;Mm;Mmm;Mmmm;Phew;Gah;Oh;Ohh;Ohhh;Ow;Oww;Owww;Ugh;Ughh;Uh;Uhh;Uhhh;Whew";
MicrosoftBingApiId = "C2C2E9A508E6748F0494D68DFD92FAA1FF9B0BA4";
GoogleApiV2KeyInfoShow = true;
GoogleTranslateNoKeyWarningShow = true;
UseGooleApiPaidService = false;
GoogleApiV1ChunkSize = 1000;
GoogleApiV1ChunkSize = 1500;
GoogleTranslateLastTargetLanguage = "en";
TranslateAutoSplit = true;
SpellCheckOneLetterWords = true;

View File

@ -17313,6 +17313,7 @@ namespace Nikse.SubtitleEdit.Forms
{
SubtitleListview1.Focus();
}
_lastTextKeyDownTicks = DateTime.UtcNow.Ticks;
ShowSubtitleTimer.Start();
}