aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Explorer
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-05-06 18:01:50 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-05-06 18:01:50 +0300
commitd967b4b37644ab6aedac36539f8f6fa5cf3547f2 (patch)
tree68433d120d479480c6f50f21d4dcf9d21a21bdfe /Software/Visual_Studio/Tango.Explorer
parent12d7bb4a0323fa4b037a93036cc32f1e2e7cb591 (diff)
downloadTango-d967b4b37644ab6aedac36539f8f6fa5cf3547f2.tar.gz
Tango-d967b4b37644ab6aedac36539f8f6fa5cf3547f2.zip
Working on TCC..
Diffstat (limited to 'Software/Visual_Studio/Tango.Explorer')
-rw-r--r--Software/Visual_Studio/Tango.Explorer/ExplorerFileDefinition.cs2
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()