Fix erroneous s/watch\.//i

This commit is contained in:
James Groom 2019-03-15 00:08:43 +10:00 committed by GitHub
parent 9a40dbf3ab
commit c49799bb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ namespace BizHawk.Client.EmuHawk
var sb = new StringBuilder();
foreach (var watch in SelectedItems)
{
sb.AppendLine(ToString());
sb.AppendLine(watch.ToString());
}
if (sb.Length > 0)