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/PPC/Modules/Tango.PPC.Storage | |
| parent | 12d7bb4a0323fa4b037a93036cc32f1e2e7cb591 (diff) | |
| download | Tango-d967b4b37644ab6aedac36539f8f6fa5cf3547f2.tar.gz Tango-d967b4b37644ab6aedac36539f8f6fa5cf3547f2.zip | |
Working on TCC..
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Models/StorageNavigationRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Models/StorageNavigationRequest.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Models/StorageNavigationRequest.cs index ef991a7f2..6d3fe77ea 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Models/StorageNavigationRequest.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Storage/Models/StorageNavigationRequest.cs @@ -14,7 +14,7 @@ namespace Tango.PPC.Storage.Models public StorageNavigationIntent Intent { get; set; } /// <summary> - /// Gets or sets the file display filter (e.g .tup|.job|.ccp). + /// Gets or sets the file display filter (e.g .tup|.job|.tcc). /// </summary> public String Filter { get; set; } |
