Minor fix for last commit

This commit is contained in:
Nikolaj Olsson 2020-04-10 09:54:28 +02:00
parent 17d736290b
commit 30469be5e8

View File

@ -3994,7 +3994,7 @@ namespace Nikse.SubtitleEdit.Forms
if (encoding.GetString(encoding.GetBytes("♫")) != "♫")
{
text = text.Replace('', hasSingleMusicNode ? '♪' : '#');
text = text.Replace('', hasSingleMusicNode ? '♪' : '#');
}
// Hyphens