Merge pull request #890 from ivandrofly/fix-3

Do not allow others classes to change paragraph IDs
This commit is contained in:
Nikolaj Olsson 2015-06-20 09:03:20 +02:00
commit d89ddbc3ab

View File

@ -39,7 +39,7 @@ namespace Nikse.SubtitleEdit.Logic
public int Layer { get; set; }
public string ID { get; set; }
public string ID { get; private set; }
public string Language { get; set; }