diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-21 14:43:51 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-11-21 14:43:51 +0200 |
| commit | 9ee373ebf7518c96fdf685da792568680dd7f135 (patch) | |
| tree | 92c2c8f60c383ab61e86e02d40ce6677cd77d955 /Software/Visual_Studio/Tango.Explorer/ExplorerFileItem.cs | |
| parent | 36dcf50eec20835ab1955932e89f9c6ffc68acde (diff) | |
| download | Tango-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.cs | 2 |
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; |
