diff --git a/Switch_Toolbox_Library/FileFormats/DDS.cs b/Switch_Toolbox_Library/FileFormats/DDS.cs index 2da8bf62..d944de44 100644 --- a/Switch_Toolbox_Library/FileFormats/DDS.cs +++ b/Switch_Toolbox_Library/FileFormats/DDS.cs @@ -499,7 +499,7 @@ namespace Toolbox.Library public void Load(BinaryDataReader reader) { - Text = FileName; + Text = Path.GetFileNameWithoutExtension(FileName); reader.Seek(0); string Magic = reader.ReadString(4);