diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-06 18:01:50 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-06 18:01:50 +0300 |
| commit | d967b4b37644ab6aedac36539f8f6fa5cf3547f2 (patch) | |
| tree | 68433d120d479480c6f50f21d4dcf9d21a21bdfe /Software/Visual_Studio/Tango.Explorer/ExplorerFileDefinition.cs | |
| parent | 12d7bb4a0323fa4b037a93036cc32f1e2e7cb591 (diff) | |
| download | Tango-d967b4b37644ab6aedac36539f8f6fa5cf3547f2.tar.gz Tango-d967b4b37644ab6aedac36539f8f6fa5cf3547f2.zip | |
Working on TCC..
Diffstat (limited to 'Software/Visual_Studio/Tango.Explorer/ExplorerFileDefinition.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Explorer/ExplorerFileDefinition.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Explorer/ExplorerFileDefinition.cs b/Software/Visual_Studio/Tango.Explorer/ExplorerFileDefinition.cs index 67f93dc6c..5df1900a4 100644 --- a/Software/Visual_Studio/Tango.Explorer/ExplorerFileDefinition.cs +++ b/Software/Visual_Studio/Tango.Explorer/ExplorerFileDefinition.cs @@ -53,7 +53,7 @@ namespace Tango.Explorer { Icon = ResourceHelper.GetImageFromResources("/Images/color.png"), Description = "Tango Color Profile", - Extension = ".ccp", + Extension = ".tcc", }; static ExplorerFileDefinition() |
