aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-21 14:43:51 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-21 14:43:51 +0200
commit9ee373ebf7518c96fdf685da792568680dd7f135 (patch)
tree92c2c8f60c383ab61e86e02d40ce6677cd77d955 /Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs
parent36dcf50eec20835ab1955932e89f9c6ffc68acde (diff)
downloadTango-9ee373ebf7518c96fdf685da792568680dd7f135.tar.gz
Tango-9ee373ebf7518c96fdf685da792568680dd7f135.zip
Working on Touch File Explorer.
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;