Fix renaming bntx not applying to file name in header
This commit is contained in:
parent
b021e96c52
commit
f141520346
@ -1086,6 +1086,8 @@ namespace FirstPlugin
|
||||
if (dialog.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
Text = dialog.textBox1.Text;
|
||||
if (BinaryTexFile != null)
|
||||
BinaryTexFile.Name = Text;
|
||||
}
|
||||
}
|
||||
private void Save(object sender, EventArgs args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user