Updated change log

This commit is contained in:
niksedk 2014-08-07 18:03:08 +02:00
parent 37d8fe349a
commit 4aa08a733e
2 changed files with 3 additions and 1 deletions

View File

@ -7,9 +7,11 @@
* Can now import new time codes into OCR window - thx Music Fan * Can now import new time codes into OCR window - thx Music Fan
* IMPROVED: * IMPROVED:
* Split line improvement regarding italic/dialogue - thx moob * Split line improvement regarding italic/dialogue - thx moob
* Updated Chinese Traditional language file - thx BR
* Added .avs to list of known video formats - thx Peter * Added .avs to list of known video formats - thx Peter
* Avid STL format detection improved * Avid STL format detection improved
* Allow adding words to user dictionary with a length of 1 - thx Betsy25 * Allow adding words to user dictionary with a length of 1 - thx Betsy25
* Spell check now has better suggestions for one letter words - thx Milad
* FIXED: * FIXED:
* Fixed crash in Visual Sync when using VLC as video player * Fixed crash in Visual Sync when using VLC as video player
* Export to image based formats now uses font from ssa/ass - thx mariner * Export to image based formats now uses font from ssa/ass - thx mariner

View File

@ -16836,7 +16836,7 @@ namespace Nikse.SubtitleEdit.Forms
} }
closeVideoToolStripMenuItem.Visible = !string.IsNullOrEmpty(_videoFileName); closeVideoToolStripMenuItem.Visible = !string.IsNullOrEmpty(_videoFileName);
setVideoOffsetToolStripMenuItem.Visible = !string.IsNullOrEmpty(_videoFileName); // && Configuration.Settings.General.ShowBetaStuff; setVideoOffsetToolStripMenuItem.Visible = !string.IsNullOrEmpty(_videoFileName) && Configuration.Settings.General.ShowBetaStuff;
toolStripMenuItemSetAudioTrack.Visible = false; toolStripMenuItemSetAudioTrack.Visible = false;
if (mediaPlayer.VideoPlayer != null && mediaPlayer.VideoPlayer is Logic.VideoPlayers.LibVlc11xDynamic) if (mediaPlayer.VideoPlayer != null && mediaPlayer.VideoPlayer is Logic.VideoPlayers.LibVlc11xDynamic)