mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-09-08 11:16:02 -05:00
fixed NSBTX editor export name suggestion
This commit is contained in:
@@ -6015,7 +6015,7 @@ namespace DSPRE {
|
||||
private void exportNSBTXButton_Click(object sender, EventArgs e) {
|
||||
SaveFileDialog sf = new SaveFileDialog();
|
||||
sf.Filter = "NSBTX File (*.nsbtx)|*.nsbtx";
|
||||
sf.FileName = "Texture Pack " + texturesListBox.SelectedIndex;
|
||||
sf.FileName = "Texture Pack " + texturePacksListBox.SelectedIndex;
|
||||
if (sf.ShowDialog(this) != DialogResult.OK)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user