Debugger: Rename "Label" column to "Function Name" in function list
This commit is contained in:
parent
774cf22f52
commit
a8a2ce4403
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
//
|
||||
// colFunctionLabel
|
||||
//
|
||||
this.colFunctionLabel.Text = "Label";
|
||||
this.colFunctionLabel.Text = "Function Name";
|
||||
this.colFunctionLabel.Width = 136;
|
||||
//
|
||||
// colFunctionAddress
|
||||
|
|
Loading…
Add table
Reference in a new issue