diff --git a/DS_Map/Main Window.cs b/DS_Map/Main Window.cs index 3882a98..a4da7fa 100644 --- a/DS_Map/Main Window.cs +++ b/DS_Map/Main Window.cs @@ -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;