Removed LuaInterface memory leak warning, it was solved
This commit is contained in:
parent
fbab7f6291
commit
14dd3c1695
|
@ -477,7 +477,7 @@
|
|||
this.LuaInterfaceRadio.Size = new System.Drawing.Size(338, 17);
|
||||
this.LuaInterfaceRadio.TabIndex = 2;
|
||||
this.LuaInterfaceRadio.TabStop = true;
|
||||
this.LuaInterfaceRadio.Text = "Lua+LuaInterface - Faster but memory leaks, use at your own risk!";
|
||||
this.LuaInterfaceRadio.Text = "Lua+LuaInterface";
|
||||
this.LuaInterfaceRadio.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// NLuaRadio
|
||||
|
@ -658,4 +658,4 @@
|
|||
private System.Windows.Forms.CheckBox NoMixedKeyPriorityCheckBox;
|
||||
private WinForms.Controls.LocLabelEx locLabelEx1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue