aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs')
-rw-r--r--Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs b/Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs
index e4ac8f5d4..6340ea848 100644
--- a/Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs
+++ b/Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs
@@ -18,7 +18,7 @@ namespace Tango.Explorer
fileItem.Path = path;
fileItem.Description = definition.Description;
- fileItem.Name = System.IO.Path.GetFileName(path);
+ fileItem.Name = System.IO.Path.GetFileNameWithoutExtension(path);
fileItem.Icon = definition.Icon;
return fileItem;