add sha1: label to hashes in firmwares config info sub-window

This commit is contained in:
zeromus 2016-01-31 16:39:54 -06:00
parent 0ff2db5c8d
commit 1e928c6b17
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ namespace BizHawk.Client.EmuHawk
olvi.ImageIndex = FirmwaresConfigInfo.idBad;
olvi.SubItems[0].Text = ff.size.ToString();
olvi.SubItems[0].Font = this.Font; //why doesnt this work?
olvi.SubItems[1].Text = o.hash;
olvi.SubItems[1].Text = "sha1:" + o.hash;
olvi.SubItems[1].Font = fixedFont;
olvi.SubItems[2].Text = ff.recommendedName;
olvi.SubItems[2].Font = this.Font; //why doesnt this work?