Updated change log

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@2092 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2013-09-16 05:54:05 +00:00
parent 3315667ef9
commit 8bbd53bf40
2 changed files with 4 additions and 9 deletions

View File

@ -8,10 +8,13 @@
* Updated Czech language file - thx Trottel
* Updated Russian language file - thx Sergey
* Updated Brazilian Portuguese langauge file - thx Igor
* Updated German langauge file - thx Siegwarth
* Updated word lists - thx Siegwarth
* Minor improvements for EBU open subtitling
* Added "Allow overlap in waveform" as setting
* Large "Image compare" databases now loads much faster - thx Zoltan
* Large "Image compare" ocr databases now loads much faster - thx Zoltan
* Cavena 890 can now read Russian
* Waveform generation can now uses current audio track (vlc only atm)
* FIXED:
* Crash in export of images - thx Eros UK
* Crash in OCR via "Image compare" with large image databases - thx Zoltan

View File

@ -10,14 +10,6 @@ namespace Nikse.SubtitleEdit.Logic
public NikseBitmap NikseBitmap { get; set; }
public string SpecialCharacter { get; set; }
//public ImageSplitterItem(int x, int y, Bitmap bitmap)
//{
// X = x;
// Y = y;
// Bitmap = bitmap;
// SpecialCharacter = null;
//}
public ImageSplitterItem(int x, int y, NikseBitmap bitmap)
{
X = x;