mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 03:33:18 +01:00
Replace h1 with h2
This commit is contained in:
parent
b9b655b9de
commit
eaa76d3d77
@ -116,7 +116,7 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
HistoryItem h1 = _subtitle.HistoryItems[listViewHistory.SelectedItems[0].Index];
|
||||
HistoryItem h2 = _subtitle.HistoryItems[listViewHistory.SelectedItems[1].Index];
|
||||
string descr1 = h1.ToHHMMSS() + " - " + h1.Description;
|
||||
string descr2 = h1.ToHHMMSS() + " - " + h2.Description;
|
||||
string descr2 = h2.ToHHMMSS() + " - " + h2.Description;
|
||||
using (var compareForm = new Compare())
|
||||
{
|
||||
compareForm.Initialize(h1.Subtitle, descr1, h2.Subtitle, descr2);
|
||||
|
Loading…
Reference in New Issue
Block a user