Removed LuaInterface memory leak warning, it was solved

This commit is contained in:
BrunoValads 2021-09-17 10:38:55 -03:00 committed by James Groom
parent fbab7f6291
commit 14dd3c1695
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}
}