Debugger: Rename "Label" column to "Function Name" in function list

This commit is contained in:
Sour 2018-12-16 16:02:43 -05:00
parent 774cf22f52
commit a8a2ce4403

View file

@ -68,7 +68,7 @@
//
// colFunctionLabel
//
this.colFunctionLabel.Text = "Label";
this.colFunctionLabel.Text = "Function Name";
this.colFunctionLabel.Width = 136;
//
// colFunctionAddress